mirror of
https://github.com/ungstein/OG-Steam.git
synced 2025-01-26 18:53:00 -03:00
v1.0.8a
Small bug fix - Revealed nav buttons on Downloads page - Adjusted left margin on Downloads page
This commit is contained in:
parent
db6bc2edb6
commit
1fae835991
2 changed files with 12 additions and 4 deletions
|
@ -915,10 +915,10 @@
|
||||||
place { control=phonereminderbar margin-top=0 margin-left=0 margin-right=6 width=max height=80 start=emailreminderbar dir=down}
|
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
|
// 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=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=2 margin-left=1 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=2 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=2 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=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=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 }
|
place { control=BroadcastPageMin width=298 height=168 margin-top=0 margin-left=3 margin-right=30 margin-bottom=26 dir=down align=bottom-right }
|
||||||
|
|
|
@ -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
|
v1.0.8
|
||||||
|
|
||||||
Minor tweaks
|
Minor tweaks
|
||||||
|
|
Loading…
Add table
Reference in a new issue