diff --git a/Adwaita/resource/menus/steam.menu b/Adwaita/resource/menus/steam.menu index 8e67c130..09ba3a40 100644 --- a/Adwaita/resource/menus/steam.menu +++ b/Adwaita/resource/menus/steam.menu @@ -4,7 +4,7 @@ menubar { text="" - SkinVersion { text="Adwaita for Steam v0.23" shellcmd="steam://openurl/https://github.com/tkashkin/Adwaita-for-Steam" } + SkinVersion { text="Adwaita for Steam v0.24" shellcmd="steam://openurl/https://github.com/tkashkin/Adwaita-for-Steam" } Divider {} diff --git a/Adwaita/steam/cached/ValveSurveyControllerCradle.res b/Adwaita/steam/cached/ValveSurveyControllerCradle.res index 08b9710f..51cf5439 100755 --- a/Adwaita/steam/cached/ValveSurveyControllerCradle.res +++ b/Adwaita/steam/cached/ValveSurveyControllerCradle.res @@ -2,22 +2,22 @@ ValveSurveyControllerCradle.res { styles { - ImagePanel + CSurveyControllerCradle { render { - 0="image(x0, y1+16, x0+12, y1+28, assets/corners/12_mask_window_bg/tl)" - 1="image(x1-12, y1+16, x1, y1+28, assets/corners/12_mask_window_bg/tr)" - 2="fill(x0, y1+165, x1, y1+166, window_bg)" - 3="image(x0, y1+154, x0+12, y1+166, assets/corners/12_mask_window_bg/bl)" - 4="image(x1-12, y1+154, x1, y1+166, assets/corners/12_mask_window_bg/br)" + 0="image(x0+16, y1-166, x0+28, y1-154, assets/corners/12_mask_window_bg/tl)" + 1="image(x1-28, y1-166, x1-16, y1-154, assets/corners/12_mask_window_bg/tr)" + 2="image(x0+16, y1-28, x0+28, y1-16, assets/corners/12_mask_window_bg/bl)" + 3="image(x1-28, y1-28, x1-16, y1-16, assets/corners/12_mask_window_bg/br)" } } } layout { - place { control="Label1,CradleImage" x=16 y=16 width=max margin-right=16 spacing=16 } - place { control="SurveyControllerCradleNo,SurveyControllerCradleYes,SurveyControllerCradleDontHave" start="CradleImage" dir=down width=max height=50 margin-top=16 margin-right=16 } + place { control="Label1" x=16 y=16 width=max margin-right=16 } + place { control="CradleImage" start="Label1" dir=down align=top-center width=200 height=127 margin-top=16 margin-right=16 } + place { control="SurveyControllerCradleNo,SurveyControllerCradleYes,SurveyControllerCradleDontHave" dir=down align=bottom width=max height=50 margin-left=16 margin-right=16 margin-bottom=16 } } }