diff --git a/OG-Steam/resource/layout/overlaytaskbar.layout b/OG-Steam/resource/layout/overlaytaskbar.layout index 1a018f1..2186f36 100644 --- a/OG-Steam/resource/layout/overlaytaskbar.layout +++ b/OG-Steam/resource/layout/overlaytaskbar.layout @@ -67,6 +67,6 @@ place { control="SteamLogo" x=0 y=10 width=200 height=120 } place { controls="WebBrowserButton,MusicPlayerButton,SettingsButton,ScreenshotsButton" x=225 dir=right height=32 spacing=30 align=bottom margin-bottom=20 } - place { control="view_friends" height=35 width=64 align=right dir=right margin-right=16 } + place { control="view_friends" height=35 width=72 align=right dir=right margin-right=16 } } } diff --git a/OG-Steam/resource/layout/steamrootdialog.layout b/OG-Steam/resource/layout/steamrootdialog.layout index e4602e4..1e6795f 100644 --- a/OG-Steam/resource/layout/steamrootdialog.layout +++ b/OG-Steam/resource/layout/steamrootdialog.layout @@ -538,7 +538,7 @@ layout { - place { control="UINavigatorPanel" width=max height=max margin-right=14 margin-left=12 margin-bottom=14 margin-top=65 } + place { control="UINavigatorPanel" width=max height=max margin-right=14 margin-left=12 margin-bottom=14 margin-top=58 } place { control="UIStatusPanel" region=bottom width=max height=max align=bottom margin-bottom=0 } @@ -548,14 +548,14 @@ place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=8 margin-right=8 spacing=2 } - place [!$OSX] { control="fullscreen" align=right y=7 height=24 spacing=0 margin-right=24 margin-top=67 region="bigpicture"} + place [!$OSX] { control="fullscreen" align=right y=7 height=24 spacing=0 margin-right=24 margin-top=60 } - place { control="startvr, exitvr" align=right end-right="fullscreen" height=24 margin-right=8 margin-top=74 } + place { control="startvr, exitvr" align=right end-right="fullscreen" height=24 margin-right=8 margin-top=67 } - place { control="AccountButton" align=right end-right="startvr" margin-top=74 margin-right=8 height=24 } - place { control="InboxButton" align=right end-right="AccountButton" margin-top=74 margin-right=8 height=24 } - place { control="AnnouncementButton" align=right end-right="InboxButton" margin-top=74 margin-right=8 height=24 width=34 } - place { control="ParentalLockButton" align=right end-right="AnnouncementButton" margin-top=74 margin-right=8 height=24 width=44 } + place { control="AccountButton" align=right end-right="startvr" margin-top=67 margin-right=8 height=24 } + place { control="InboxButton" align=right end-right="AccountButton" margin-top=67 margin-right=8 height=24 } + place { control="AnnouncementButton" align=right end-right="InboxButton" margin-top=67 margin-right=8 height=24 width=34 } + place { control="ParentalLockButton" align=right end-right="AnnouncementButton" margin-top=67 margin-right=8 height=24 width=44 } place [!$OSX] { control="universe_label, EOLAlert, SupportAlert" spacing=8 align=right end-right="ParentalLockButton" margin-top=9 margin-right=8 height=24 } region { name=bottom align=bottom width=max height=80 } @@ -564,7 +564,7 @@ place { control="add_game" x=21 y=22 region=bottom height=22} - place { control="view_friends" height=42 width=62 region=bottom align=right dir=right margin-top=12 margin-right=25 } + place { control="view_friends" height=42 width=72 region=bottom align=right dir=right margin-top=12 margin-right=25 } // place { control="view_servers" height=64 width=122 region=bottom align=left dir=right margin-top=43 margin-left=0 } // the title bar is missing, so increase the size of the grip diff --git a/OG-Steam/resource/layout/uinavigatorpanel.layout b/OG-Steam/resource/layout/uinavigatorpanel.layout index d56e769..169e9ad 100644 --- a/OG-Steam/resource/layout/uinavigatorpanel.layout +++ b/OG-Steam/resource/layout/uinavigatorpanel.layout @@ -838,7 +838,7 @@ bgcolor="html.secureurl" inset-left=4 inset-right=4 - inset-top=3 + inset-top=0 render= { 1="fill( x0, y0, x1, y0 + 1, BorderDark )" // top @@ -885,19 +885,19 @@ place { control="fullscreen" tooltiptext="#tooltip_view_list" align=right x=-33 y=-4 region="belowcontent"} - place { control="PageLoadThrobber" align=right y=40 height=20 width=20 margin-right=10 margin-top=9 } + place { control="PageLoadThrobber" align=right y=40 height=20 width=20 margin-right=10 margin-top=8 } place { control="subnavgroup_library" align=top-center y=50 height=28 width=max margin-right=8 margin-left=84 } - //place { control="refresh,stop,home,URLStatusImage" align=left x=70 y=44 height=30 width=30 spacing=0 margin-left=0 width=max } + //place { control="refresh,stop,home,URLStatusImage" align=left x=70 y=45 height=30 width=30 spacing=0 margin-left=0 width=max } - place { control="EVCert" align=left x=155 y=46 height=23 width=100 spacing=0 margin-left=0 } + place { control="EVCert" align=left x=155 y=47 height=23 width=100 spacing=0 margin-left=0 } - place { control="URLBar" x=255 y=46 height=23 width=max spacing=8 margin-right=100 } + place { control="URLBar" x=255 y=47 height=23 width=max spacing=8 margin-right=100 } - place {control="label_search_icon,library_search" x=80 y=46 height=24 spacing=8} + place {control="label_search_icon,library_search" x=80 y=47 height=24 spacing=8} - region { name="dropdown" width=250 x=82 y=46 height=24 } + region { name="dropdown" width=250 x=82 y=47 height=24 } place { control="library_filters" align=right spacing=8 region="dropdown" } diff --git a/Patch Notes.txt b/Patch Notes.txt index 3e68ce4..e4e03b4 100644 --- a/Patch Notes.txt +++ b/Patch Notes.txt @@ -4,6 +4,15 @@ OG-Steam Patch Notes ------------------------------------------------------------ +v1.0.2 + +Minor tweaks +- Raised top margin of UI navigator panel +- Lowered url bar and nav buttons +- Increased width of "Friends & Chat" button + +------------------------------------------------------------ + v1.0.1 Minor tweaks