From ca88f07f5004139b38ed369c94889130fa95160e Mon Sep 17 00:00:00 2001 From: Shazam Date: Tue, 22 Sep 2015 16:20:16 -0400 Subject: [PATCH 1/2] Re-Align Family View Button Everything works on my end after testing the fix. Let me know if anything else needs to be fixed (please test with PixelVision default settings). --- .../resource/layout/steamrootdialog.layout | 2 +- resource/layout/steamrootdialog.layout | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout b/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout index a6342e9f..53303614 100644 --- a/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout +++ b/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout @@ -617,7 +617,7 @@ place { control="fullscreen" tooltiptext="#tooltip_view_list" align=right y=78 height=23 margin-right=9 width=30 } place { control="InboxButton" height=12 y=52 margin-right=51 align=right } - place { control="ParentalLockButton" align=right end-right="account_balance" margin-top=35 margin-right=10 height=26 } + place { control="ParentalLockButton" align=right end-right="account_URL" margin-top=35 margin-right=50 height=26 } place { control="SupportAlert" y=3 align=right end-right="ParentalLockButton" margin-right=10 height=26 } place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=6 margin-right=2 spacing=-6 } diff --git a/resource/layout/steamrootdialog.layout b/resource/layout/steamrootdialog.layout index 375b2011..ff1b7000 100644 --- a/resource/layout/steamrootdialog.layout +++ b/resource/layout/steamrootdialog.layout @@ -617,7 +617,7 @@ place { control="fullscreen" tooltiptext="#tooltip_view_list" align=right y=78 height=23 margin-right=9 width=109 } place { control="InboxButton" height=12 y=52 margin-right=51 align=right } - place { control="ParentalLockButton" align=right end-right="account_balance" margin-top=35 margin-right=10 height=26 } + place { control="ParentalLockButton" align=right end-right="account_URL" margin-top=35 margin-right=50 height=26 } place { control="SupportAlert" y=3 align=right end-right="ParentalLockButton" margin-right=10 height=26 } place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=6 margin-right=2 spacing=-6 } From be48860b192d845ef0059ca90ad4e357a402e7ed Mon Sep 17 00:00:00 2001 From: Shazam Date: Wed, 23 Sep 2015 10:55:55 -0400 Subject: [PATCH 2/2] Fixed Account URL Alignment When Disabled --- .../resource/layout/steamrootdialog.layout | 10 ++++++++++ resource/layout/steamrootdialog.layout | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout b/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout index 53303614..078bc0cc 100644 --- a/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout +++ b/Overrides/Smaller Big Picture icon/resource/layout/steamrootdialog.layout @@ -587,6 +587,16 @@ 0="image( x1 - 12, y0 + 6, x1, y1, resource/account_arrow )" } } + + AccountURLStyle:disabled + { + textcolor=labelfocus + render + { + 0="image( x1 - 12, y0 + 6, x1, y1, resource/account_arrow )" + } + padding-right=9 + } AccountURLStyle:selected { diff --git a/resource/layout/steamrootdialog.layout b/resource/layout/steamrootdialog.layout index ff1b7000..953c9b8b 100644 --- a/resource/layout/steamrootdialog.layout +++ b/resource/layout/steamrootdialog.layout @@ -587,6 +587,16 @@ 0="image( x1 - 12, y0 + 6, x1, y1, resource/account_arrow )" } } + + AccountURLStyle:disabled + { + textcolor=labelfocus + render + { + 0="image( x1 - 12, y0 + 6, x1, y1, resource/account_arrow )" + } + padding-right=9 + } AccountURLStyle:selected {