From 7144e22b9715980808c257fc5a1b250377c09b10 Mon Sep 17 00:00:00 2001 From: Jack-Myth Date: Sun, 30 Dec 2018 15:37:01 +0800 Subject: [PATCH] Fix Input Pre-game Setting in Game Properties dialog --- resource/layout/gameproperties_general.layout | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/resource/layout/gameproperties_general.layout b/resource/layout/gameproperties_general.layout index 90cb737..93cde30 100644 --- a/resource/layout/gameproperties_general.layout +++ b/resource/layout/gameproperties_general.layout @@ -55,6 +55,9 @@ "Default" "0" } + "SteamInputPerGameLabel" { controlname=label labeltext="#Steam_GameProperties_SteamInputSettings_PerGameOptIn" style="Highlight" } + "SteamInputPerGameCombo" { controlname=combobox } + "LaunchOptionsButton" { "ControlName" "Button" @@ -89,7 +92,10 @@ "ControlName" "Label" "labelText" "#Steam_ExternalSignupPropertiesLabel" } - + "Divider2" + { + "ControlName" "Divider" + } "FamilySharingUnsupportedLabel" { "ControlName" "Label" @@ -109,18 +115,19 @@ layout { region { name=main margin=20 } - place { control=HomepageLabelName,DeveloperLabelName,ManualLabelName spacing=10 dir=down region=main } - place { controls=HomepageLabel,DeveloperLabel spacing=10 dir=down x=100 region=main } - place { control=ManualLabel start=DeveloperLabel spacing=10 margin-top=10 dir=down region=main } - place { control=NoManualLabel start=DeveloperLabel spacing=10 margin-top=10 dir=down region=main } + place { control=HomepageLabelName,DeveloperLabelName,ManualLabelName spacing=20 dir=down region=main } + place { controls=HomepageLabel,DeveloperLabel spacing=20 dir=down x=100 region=main } + place { control=ManualLabel start=DeveloperLabel spacing=20 dir=down region=main } + place { control=NoManualLabel start=DeveloperLabel spacing=20 margin-top=20 dir=down region=main } place {controls=ExternalSignupLabel,ExternalSignupButton x=260 margin-top=34 dir=down margin-left=20 width=260 height=24 spacing=0 region=main } place {control=Divider1 start=ManualLabelName dir=down margin-top=20 region=main width=max } - place {controls=EnableOverlayCheck,EnableDesktopGameTheater start=Divider1 dir=down margin-top=20 spacing=0 width=max region=main } - place {controls=LaunchOptionsButton,CreateDesktopShortcutButton start=EnableDesktopGameTheater dir=down margin-top=15 spacing=10 width=240 height=24 region=main } + place {controls=LaunchOptionsButton,CreateDesktopShortcutButton start=EnableDesktopGameTheater dir=down margin-top=15 spacing=10 width=240 height=24 region=main } + place {control=Divider2 start=CreateDesktopShortcutButton dir=down margin-top=20 region=main width=max } + place {controls=SteamInputPerGameLabel,SteamInputPerGameCombo start=Divider2 dir=down margin-top=20 spacing=10 width=max region=main } place {controls=FamilySharingUnsupportedLabel margin-top=472 margin-left=20 } }