"resource/layout/subpaneloptionscontroller.layout" { controls { TitleLabel { controlname=label labeltext="#Steam_SettingsControllerTitle" style=highlight } DescriptionLabel { ControlName=Label labeltext="#Steam_SettingsControllerDescription" wrap=1 } Divider1 { ControlName=Divider } DescriptionBindingLabel { ControlName=Label labeltext="#Steam_SettingsControllerBindingDescription" wrap=1 } GeneralSettingsButton { ControlName=Button labelText="#Steam_SettingsControllerGeneralSettings" command=EditGeneralSettings } BigPictureConfigButton { ControlName=Button labelText="#Steam_SettingsControllerBigPictureConfig" command=EditBPConfig } DesktopConfigButton { ControlName=Button labelText="#Steam_SettingsControllerDesktopConfig" command=EditDesktopConfig } GuideConfigButton { ControlName=Button labelText="#Steam_SettingsControllerGuideConfig" command=EditGuideConfig } Divider2 { ControlName=Divider } DisableNotificationsCheckbox { controlname=checkbutton labeltext="#Steam_SteamInputDisableNotifications"} } colors { } styles { highlight { textcolor=DefaultText font-size=18 [$LINUX] font-size=24 } checkbox { padding-top=0 padding-bottom=0 } } layout { region { name=box margin-top=10 margin-bottom=20 margin-left=20 margin-right=20 width=max height=max } region { name=top region=box margin-top=10 } region { name=topleft region=top y=130 width=255 margin-right=20 } region { name=topright region=top x=263 width=235 y=131} region { name=bottom region=box y=320 } place { controls=TitleLabel margin-top=20 margin-left=20 margin-right=20 width=max } place { start=TitleLabel controls=DescriptionLabel height=40 region=top dir=down margin-top=15 width=max } place { start=DescriptionLabel controls=GeneralSettingsButton height=20 width=240 region=top dir=down margin-top=15 } place { start=GeneralSettingsButton controls=Divider1 height=20 region=top dir=down margin-top=15 width=max } place { start=Divider1 controls=DescriptionBindingLabel height=40 region=top dir=down margin-top=15 width=max } place { start=DescriptionBindingLabel controls=BigPictureConfigButton height=20 width=240 region=top dir=down margin-top=15 } place { start=BigPictureConfigButton controls=DesktopConfigButton height=20 width=240 region=top dir=down margin-top=15 } place { start=DesktopConfigButton controls=GuideConfigButton height=20 width=240 region=top dir=down margin-top=15 } place { start=GuideConfigButton controls=Divider2 height=20 region=top dir=down width=max} place { start=Divider2 controls=DisableNotificationsCheckbox height=20 width=max region=top dir=down margin-top=15 } } }