Skip to content

Commit

Permalink
Hardware survey dialog: Steam Controller fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tkashkin committed Jan 2, 2023
1 parent 161785e commit cfed5d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Adwaita/resource/menus/steam.menu
Original file line number Diff line number Diff line change
Expand Up @@ -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 {}

Expand Down
16 changes: 8 additions & 8 deletions Adwaita/steam/cached/ValveSurveyControllerCradle.res
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
}

0 comments on commit cfed5d3

Please sign in to comment.