From 1fae835991106c5d152e882a0f00e9dc8dca05e7 Mon Sep 17 00:00:00 2001 From: ungstein <73730003+ungstein@users.noreply.github.com> Date: Sun, 27 Jun 2021 01:24:15 +0930 Subject: [PATCH] v1.0.8a Small bug fix - Revealed nav buttons on Downloads page - Adjusted left margin on Downloads page --- OG-Steam/resource/layout/uinavigatorpanel.layout | 8 ++++---- Patch Notes.txt | 8 ++++++++ 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/OG-Steam/resource/layout/uinavigatorpanel.layout b/OG-Steam/resource/layout/uinavigatorpanel.layout index 3f5a493..0edba87 100644 --- a/OG-Steam/resource/layout/uinavigatorpanel.layout +++ b/OG-Steam/resource/layout/uinavigatorpanel.layout @@ -915,10 +915,10 @@ place { control=phonereminderbar margin-top=0 margin-left=0 margin-right=6 width=max height=80 start=emailreminderbar dir=down} // content pages - these are all pushed down by the email reminder bar (above) if it's visible - place { control=DownloadsPage width=max height=max margin-top=2 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } - place { control=GamesPage_List width=max height=max margin-top=2 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } - place { control=GamesPage_Details width=max height=max margin-top=2 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } - place { control=GamesPage_Grid width=max height=max margin-top=2 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } + place { control=DownloadsPage width=max height=max margin-top=34 margin-left=3 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } + place { control=GamesPage_List width=max height=max margin-top=34 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } + place { control=GamesPage_Details width=max height=max margin-top=34 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } + place { control=GamesPage_Grid width=max height=max margin-top=34 margin-left=1 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } place { control=WebPanel width=max height=max margin-top=1 margin-left=2 margin-right=9 margin-bottom=65 start=emailreminderbar dir=down } place { control=BroadcastPage width=max height=max margin-top=82 margin-left=9 margin-right=9 margin-bottom=65 start=phonereminderbar dir=down } place { control=BroadcastPageMin width=298 height=168 margin-top=0 margin-left=3 margin-right=30 margin-bottom=26 dir=down align=bottom-right } diff --git a/Patch Notes.txt b/Patch Notes.txt index ba73329..d48c1e3 100644 --- a/Patch Notes.txt +++ b/Patch Notes.txt @@ -4,6 +4,14 @@ OG-Steam Patch Notes ------------------------------------------------------------ +v1.0.8a + +Small bug fix +- Revealed nav buttons on Downloads page +- Adjusted left margin on Downloads page + +------------------------------------------------------------ + v1.0.8 Minor tweaks