Minor tweaks
- Raised top margin of UI navigator panel
- Lowered url bar and nav buttons
- Increased width of "Friends & Chat" button
This commit is contained in:
ungstein 2021-06-27 01:09:01 +09:30
parent 8c2b2df3aa
commit edf1d995db
4 changed files with 25 additions and 16 deletions

View File

@ -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 }
}
}

View File

@ -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

View File

@ -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" }

View File

@ -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