mirror of
https://github.com/ungstein/OG-Steam.git
synced 2025-01-09 11:17:21 -03:00
Compare commits
2 commits
218600e1b3
...
d6a47a1bd2
Author | SHA1 | Date | |
---|---|---|---|
|
d6a47a1bd2 | ||
|
88936749cc |
2 changed files with 18 additions and 10 deletions
|
@ -921,16 +921,17 @@
|
|||
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=34 margin-left=3 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=GamesPage_List width=max height=max margin-top=34 margin-left=1 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=GamesPage_Details width=max height=max margin-top=34 margin-left=1 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=GamesPage_Grid width=max height=max margin-top=34 margin-left=1 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=WebPanel width=max height=max margin-top=1 margin-left=2 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=BroadcastPage width=max height=max margin-top=34 margin-left=9 margin-right=9 margin-bottom=59 start=phonereminderbar dir=down }
|
||||
place { control=BroadcastPageMin width=298 height=168 margin-top=34 margin-left=9 margin-right=9 margin-bottom=59 dir=down align=bottom-right }
|
||||
place { control=BroadcastPageMinHoriz width=298 height=168 margin-top=34 margin-left=9 margin-right=9 margin-bottom=59 dir=down align=bottom-right }
|
||||
place { control=NewLibraryPage width=max height=max margin-top=34 margin-left=3 margin-right=9 margin-bottom=59 start=phonereminderbar dir=down }
|
||||
place { control=ConsolePage width=max height=max margin-top=34 margin-left=3 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=DownloadsPage width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=ScreenshotsPage width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=LibraryAnchor dir=down }
|
||||
place { control=GamesPage_List width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=GamesPage_Details width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=GamesPage_Grid width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=WebPanel width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=BroadcastPage width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=phonereminderbar dir=down }
|
||||
place { control=BroadcastPageMin width=298 height=168 margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 dir=down align=bottom-right }
|
||||
place { control=BroadcastPageMinHoriz width=298 height=168 margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 dir=down align=bottom-right }
|
||||
place { control=NewLibraryPage width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=phonereminderbar dir=down }
|
||||
place { control=ConsolePage width=max height=max margin-top=72 margin-left=9 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
|
||||
place { control=MediaPage width=max height=max margin-top=0 margin-left=3 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
place { control=ToolsPage width=max height=max margin-top=0 margin-left=3 margin-right=9 margin-bottom=59 start=emailreminderbar dir=down }
|
||||
|
|
|
@ -4,6 +4,13 @@ OG-Steam Patch Notes
|
|||
|
||||
------------------------------------------------------------
|
||||
|
||||
v1.0.13
|
||||
|
||||
Minor tweaks
|
||||
- Modified content page margins in line with Steam beta update
|
||||
|
||||
------------------------------------------------------------
|
||||
|
||||
v1.0.12b
|
||||
|
||||
Minor tweaks
|
||||
|
|
Loading…
Reference in a new issue