diff --git a/OG-Steam/graphics/icon_collapse_over.tga b/OG-Steam/graphics/icon_collapse_over.tga new file mode 100644 index 0000000..3dc6d34 Binary files /dev/null and b/OG-Steam/graphics/icon_collapse_over.tga differ diff --git a/OG-Steam/resource/layout/musicplayerpanel.layout b/OG-Steam/resource/layout/musicplayerpanel.layout index ab66f70..ebc2bde 100644 --- a/OG-Steam/resource/layout/musicplayerpanel.layout +++ b/OG-Steam/resource/layout/musicplayerpanel.layout @@ -144,7 +144,7 @@ place { control=SeekBar region=transport x=0 y=50 height=18 width=260 } place { control="TrackList" x=10 y=94 width=max height=max margin-right=10 margin-bottom=40 } - place { control="NoTracksLabel" x=10 y=94 margin-right=10 margin-bottom=33 align="top-center" } + place { control="NoTracksLabel" x=10 y=128 margin-right=10 margin-bottom=33 align="top-center" } place { control="InfoLabel" align=bottom x=10 y=94 width=max margin-right=10 margin-bottom=8 } } diff --git a/OG-Steam/resource/layout/screenshotmanager.layout b/OG-Steam/resource/layout/screenshotmanager.layout index abacc2c..1952a04 100644 --- a/OG-Steam/resource/layout/screenshotmanager.layout +++ b/OG-Steam/resource/layout/screenshotmanager.layout @@ -144,10 +144,17 @@ WrapPanel { inset="3 1 2 2" - bgcolor="none" - - render_bg { + bgcolor="DarkGreenBG" + render + { + 1="fill( x0, y0, x1, y0 + 1, BorderDark )" // top + 2="fill( x0, y1 - 1, x1, y1, BorderBright )" // bottom + 3="fill( x0, y0, x0 + 1, y1 - 1, BorderDark )" // left + 4="fill( x1 - 1, y0, x1, y1, BorderBright )" // right + } + render_bg + { } } @@ -191,8 +198,6 @@ layout { - place [!$OSX] { control="frame_minimize,frame_maximize,frame_close" align=right margin-top=8 margin-right=8 spacing=2 } - region { name="selectorbar" margin-left=10 margin-right=340 margin-top=25 height=80 } place { control="selectorlabel" region="selectorbar" x=0 y=8 } place { control="game_selector" region="selectorbar" start="selectorlabel" dir=right y=-5 width=278 } @@ -200,7 +205,7 @@ region { name="details" align=right margin-right=10 margin-top=34 margin-bottom=5 margin-left=358 height=max } region { name="list" margin-left=10 margin-right=340 margin-top=58 margin-bottom=35 width=max } - place { control="grid" region="list" x=0 y=0 width=340 height=max } + place { control="grid" region="list" x=0 y=0 width=340 height=300 } place { control="no_screenshots" region="list" y=50 align="top-center" } place { control="SSDetails" region="details" y=0 width=max height=max margin-bottom=128 align="top-center" } diff --git a/OG-Steam/resource/styles/steam.styles b/OG-Steam/resource/styles/steam.styles index 63b624a..ff3fac4 100644 --- a/OG-Steam/resource/styles/steam.styles +++ b/OG-Steam/resource/styles/steam.styles @@ -1192,7 +1192,7 @@ steam.styles "Page ListPanel" { - inset = "1 1 1 1" + inset = "1 0 1 1" bgcolor = none render_bg { @@ -1424,7 +1424,7 @@ steam.styles font-weight=800 textcolor="White" bgcolor="none" - inset="1 3 0 0" + inset="0 3 0 0" render_bg { @@ -1433,7 +1433,7 @@ steam.styles 3="fill( x0, y0, x0 + 1, y1 - 1, BorderBright )" // left 4="fill( x1 - 1, y0, x1, y1, BorderDark )" // right - 5="fill( x0 + 1, y0 + 1, x1 - 1, y1 - 1, GreenBG )" // inside + 5="fill( x0 + 1, y0 + 1, x1 - 2, y1 - 1, GreenBG )" // inside } } @@ -2163,10 +2163,10 @@ steam.styles 4="fill( x1 - 1, y0, x1, y1, BorderDark )" // right //Up Arrow - 10="fill( x0 + 8, y0 + 5, x0 + 9, y0 + 6, BorderBright )" - 11="fill( x0 + 7, y0 + 6, x0 + 10, y0 + 7, BorderBright )" - 12="fill( x0 + 6, y0 + 7, x0 + 11, y0 + 8, BorderBright )" - 13="fill( x0 + 5, y0 + 8, x0 + 12, y0 + 9, BorderBright )" + 10="fill( x0 + 8, y0 + 6, x0 + 9, y0 + 7, BorderBright )" + 11="fill( x0 + 7, y0 + 7, x0 + 10, y0 + 8, BorderBright )" + 12="fill( x0 + 6, y0 + 8, x0 + 11, y0 + 9, BorderBright )" + 13="fill( x0 + 5, y0 + 9, x0 + 12, y0 + 10, BorderBright )" } } @@ -2181,10 +2181,10 @@ steam.styles 4="fill( x1 - 1, y0, x1, y1, BorderDark )" // right //Down Arrow - 10="fill( x0 + 8, y0 + 9, x0 + 9, y0 + 10, BorderBright )" - 11="fill( x0 + 7, y0 + 8, x0 + 10, y0 + 9, BorderBright )" - 12="fill( x0 + 6, y0 + 7, x0 + 11, y0 + 8, BorderBright )" - 13="fill( x0 + 5, y0 + 6, x0 + 12, y0 + 7, BorderBright )" + 10="fill( x0 + 8, y0 + 10, x0 + 9, y0 + 11, BorderBright )" + 11="fill( x0 + 7, y0 + 9, x0 + 10, y0 + 10, BorderBright )" + 12="fill( x0 + 6, y0 + 8, x0 + 11, y0 + 9, BorderBright )" + 13="fill( x0 + 5, y0 + 7, x0 + 12, y0 + 8, BorderBright )" } } diff --git a/Patch Notes.txt b/Patch Notes.txt index 6ad9f84..6d1786c 100644 --- a/Patch Notes.txt +++ b/Patch Notes.txt @@ -4,6 +4,17 @@ OG-Steam Patch Notes ------------------------------------------------------------ +v1.0.4 + +Minor tweaks +- Adjusted vertical scrollbar button arrow position +- Adjusted NoTracksLabel position in Music Player +- Added border/background to Screenshot Manager grid +- Adjusted ListPanelColumnheader border +- Fixed category expand/collapse icons + +------------------------------------------------------------ + v1.0.3 Minor tweaks