forked from tkashkin/Adwaita-for-Steam
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move Login Win Controls to VGUI * Web full: cloud conflict dialog, move dialog * Web Full: Chat Avatar Frame (tkashkin#90, Fixes tkashkin#53) * Web Base: Library Dragging Categories Fix (tkashkin#89, Fixes tkashkin#71) * Web Full: Game Details Partner Event Shadow Fix (tkashkin#88) * Login dialog fixes Hardware survey dialog * Hardware survey dialog: Steam Controller fixes Co-authored-by: Foldex <foldex@pm.me> Co-authored-by: tkashkin <tkashkin@gmail.com> Co-authored-by: Foldex <47908676+Foldex@users.noreply.github.com>
- Loading branch information
1 parent
0c21e94
commit 5158662
Showing
10 changed files
with
150 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
login_dialog.layout | ||
{ | ||
styles | ||
{ | ||
LoginDialog | ||
{ | ||
bgcolor="window_bg" | ||
} | ||
|
||
HTML | ||
{ | ||
inset="1 1 1 1" | ||
bgcolor="window_bg" | ||
render_bg {} | ||
} | ||
} | ||
|
||
layout | ||
{ | ||
place { control="HTMLRoot" x=0 y=0 width=max height=max } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
valvesurveywizard.layout | ||
{ | ||
styles | ||
{ | ||
|
||
} | ||
|
||
layout | ||
{ | ||
place { control="frame_title" x=0 y=0 width=max height=48 } | ||
|
||
place { control="PrevButton,NextButton,FinishButton" align=right width=80 height=34 margin-right=7 margin-top=7 spacing=6 } | ||
|
||
region { name="hidden" width=0 height=0 margin-left=-999 } | ||
place { control="frame_minimize,frame_maximize,frame_close,CancelButton" region="hidden" width=0 height=0 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
ValveSurveyControllerCradle.res | ||
{ | ||
styles | ||
{ | ||
CSurveyControllerCradle | ||
{ | ||
render | ||
{ | ||
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" 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 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
ValveSurveyOverview.res | ||
{ | ||
styles | ||
{ | ||
Label | ||
{ | ||
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)" | ||
} | ||
} | ||
|
||
URLLabel | ||
{ | ||
render | ||
{ | ||
0="fill(x0, y0-17, x1, y0-16, window_bg)" | ||
1="image(x0, y0-28, x0+12, y0-16, assets/corners/12_mask_window_bg/bl)" | ||
2="image(x1-12, y0-28, x1, y0-16, assets/corners/12_mask_window_bg/br)" | ||
} | ||
} | ||
} | ||
|
||
layout | ||
{ | ||
place { control="InfoLabel" x=16 y=16 width=max margin-right=16 } | ||
place { control="SurveyYesRadio,SurveyNoRadio" start="InfoLabel" dir=down width=max height=50 margin-top=16 margin-right=16 } | ||
place { control="PrivacyLink" start="SurveyNoRadio" dir=down width=max height=34 margin-top=16 margin-right=16 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
ValveSurveySummarizeData.res | ||
{ | ||
layout | ||
{ | ||
place { control="Label1" x=16 y=16 width=max margin-right=16 } | ||
place { control="ValveSurveySummaryText" start="Label1" dir=down width=max height=max margin-top=16 margin-right=16 margin-bottom=16 } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters