Skip to content

Commit

Permalink
1557957375 beta update
Browse files Browse the repository at this point in the history
  • Loading branch information
badanka committed May 17, 2019
1 parent 6a56a8a commit fb39997
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 18 deletions.
Binary file removed Graphics/login_splash.tga
Binary file not shown.
27 changes: 14 additions & 13 deletions resource/layout/settingssubstreaming.layout
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
}
"EnableStreaming" { ControlName="CheckButton" fieldName="EnableStreaming" labelText="#Steam_Settings_Streaming_EnableStreaming" }
"Pair" { ControlName="Button" fieldName="Pair" command="Pair" labelText="#Steam_Settings_Streaming_Pair" }
"Unpair" { ControlName="Button" fieldName="Unpair" command="Unpair" labelText="#Steam_Settings_Streaming_Unpair" }
"SetPIN" { ControlName="Button" fieldName="SetPIN" command="SetPIN" labelText="#Steam_Settings_Streaming_SetPIN" }

"HostDivider" { ControlName="divider" }
Expand Down Expand Up @@ -70,26 +71,26 @@
{
region { name=bottom width=max height=max y=206 margin-left=10 margin-right=10 }

place { control=DescriptionLabel width=max margin-top=6 margin-left=10 margin-right=10 }
place { control=EnableStreaming start="DescriptionLabel" dir=down y=2 height=18 }
place { control=RemoteClientList start="EnableStreaming" dir=down y=4 width=max margin-right=10 }

place
{
control="DescriptionLabel,RemoteClientList"
dir=down
align=top
width=max
margin-top=6
control="Pair,Unpair,SetPIN"
y=202
height=20
spacing=4
margin-left=10
margin-right=10
spacing=6
z=4
}
place { control=EnableStreaming start="RemoteClientList" dir=down y=3 height=18 }
place { control=Pair start="EnableStreaming" y=1 height=20 align=right margin-right=12 z=4 }


place { region=bottom control=HostDivider start="EnableStreaming" dir=down width=max y=1 }
place { region=bottom control=HostDivider start="Pair" dir=down width=0 y=1 }

place { region=bottom control=HostLabel width=max start="HostDivider" dir=down y=6 }
place { region=bottom control=HostLabel width=max start="HostDivider" dir=down y=4 }
place { region=bottom control=UnsupportedPlatform width=max start="HostLabel" dir=down y=6 }
place { region=bottom control=SetPIN start="HostLabel" dir=down y=6 z=4 }
place { region=bottom control=AdvancedHostOptions height=20 start="SetPIN" dir=down y=4 }
place { region=bottom control=AdvancedHostOptions height=20 start="HostLabel" dir=down y=4 }

place { region=bottom control=ClientDivider width=max start="AdvancedHostOptions" dir=down y=11 }
place { region=bottom control=ClientLabel width=max start="ClientDivider" dir=down y=6 }
Expand Down
4 changes: 3 additions & 1 deletion resource/layout/settingssubstreaming_advanced_host.layout
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
labelText="#Steam_Settings_Streaming_AdvancedHostOptions_Description"
}

"HostPlayAudioAlways" { ControlName="CheckButton" fieldName="HostPlayAudioAlways" labelText="#Steam_Settings_Streaming_HostPlayAudioAlways" }

"ChangeDesktopResolution" { ControlName="CheckButton" fieldName="ChangeDesktopResolution" labelText="#Steam_Settings_Streaming_ChangeDesktopResolution" }
"DynamicallyAdjustResolution" { ControlName="CheckButton" fieldName="DynamicallyAdjustResolution" labelText="#Steam_Settings_Streaming_DynamicallyAdjustResolution" }
"EnableCaptureNVFBC" { ControlName="CheckButton" fieldName="EnableCaptureNVFBC" labelText="#Steam_Settings_Streaming_EnableCaptureNVFBC" }
Expand Down Expand Up @@ -69,7 +71,7 @@

place
{
control="DynamicallyAdjustResolution,,ChangeDesktopResolution,EnableCaptureNVFBC,EnableHardwareEncoding"
control="HostPlayAudioAlways,DynamicallyAdjustResolution,ChangeDesktopResolution,EnableCaptureNVFBC,EnableHardwareEncoding"
start="DescriptionLabel"
dir=down
align=top
Expand Down
2 changes: 1 addition & 1 deletion resource/layout/uinavigatorpanel.layout
Original file line number Diff line number Diff line change
Expand Up @@ -811,7 +811,7 @@

layout
{
place { control="label_store,label_library,label_community,label_me,label_console,label_new_library" x=0 y=1 spacing=13 margin-left="9" height=20 }
place { control="label_store,label_library,label_community,label_me,label_console,label_oldlibrary" x=0 y=1 spacing=13 margin-left="9" height=20 }
place { control="label_community_new" start="label_console" x="9999" width=0 height=0 }

place { control="library_music_player_icon" align=right height=16 width=16 y=23 margin-right=8 }
Expand Down
2 changes: 1 addition & 1 deletion resource/menus/steam.menu
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@

Support { text="#steam_menu_support" command="Support" }
Divider {}
Compact { text="Steam Compact 1.6.44 [GitHub]" shellcmd="steam://openurl/http://badanka.github.io/Compact/" }
Compact { text="Steam Compact 1.6.46 [GitHub]" shellcmd="steam://openurl/http://badanka.github.io/Compact/" }
CompactGroup { text="Steam Compact Community Group" shellcmd="steam://openurl/http://steamcommunity.com/groups/SteamCompact" }
Divider {}
Privacy { text="#steam_menu_PrivacyPolicy" shellcmd="steam://url/PrivacyPolicy" }
Expand Down
4 changes: 2 additions & 2 deletions steam/cached/AccountPage.res
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,9 @@

place { control="BetaParticipationLabel" x=10 y=159 width=max end-right="CurrentBetaLabel" }

place { control="CurrentBetaLabel" margin-left=120 y=159 width=max }
place { control="CurrentBetaLabel" margin-left=120 y=159 width=max margin-right=100 }
place { start=CurrentBetaLabel control="ChangeBetaButton" y=6 width=76 height=20 dir=down }
place { control="ReportBugLink" y=159 height=20 align=right margin-right=18 }
place { control="ReportBugLink" y=159 align=right margin-right=10 }

place { control="Divider2" align=top-center width=max margin-top=9 margin-left=10 margin-right=10 start="ChangeBetaButton" dir=down }

Expand Down

0 comments on commit fb39997

Please sign in to comment.