Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 8 additions & 5 deletions resource/layout/settingssubstreaming.layout
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@

"Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" }
"SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" }

"Unpair" { ControlName="Button" fieldName="Unpair" command="Unpair" labelText="#Steam_Settings_Streaming_Unpair" }

"HostDivider" { ControlName="divider" }
"HostLabel"
{
Expand Down Expand Up @@ -75,7 +76,7 @@

place
{
control="DescriptionLabel,RemoteClientList"
control="DescriptionLabel,EnableStreaming,RemoteClientList"
dir=down
align=top
width=max
Expand All @@ -101,10 +102,12 @@
dir=down
width=252
}
place { control=Pair start="EnableStreaming" width=160 dir=right margin-top=35 }
place { control=SetPIN start="EnableStreaming" width=244 dir=right margin-top=4 }
place { control=Pair start="EnableStreaming" width=160 dir=down margin-top=8 }
place { control=Unpair start="Pair" width=160 dir=right margin-left=5 margin-top=0 }

place { control=SetPIN start="Unpair" width=170 dir=right margin-left=5 }

place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=28 }
place { control=HostDivider width=255 start="EnableStreaming" dir=down margin-top=65 }
place { control=HostLabel width=max start="HostDivider" dir=down margin-top=4 }
place { control=UnsupportedPlatform width=max start="HostLabel" dir=down margin-top=10 }
place { control=AdvancedHostOptions start="HostLabel" dir=down margin-top=10 }
Expand Down