Update Layout to Support new Steam Chat System
This commit is contained in:
parent
c406cd8792
commit
ab85c33f13
Binary file not shown.
Binary file not shown.
|
@ -33,8 +33,8 @@
|
|||
"fieldName" "account_persona"
|
||||
"style" "AccountPersonaStyleOffline"
|
||||
"labelText" "%persona%"
|
||||
//"zpos" "-2" // behind dropdown button
|
||||
"command" "ViewFriends"
|
||||
"zpos" "-2" // behind dropdown button
|
||||
command="ViewFriends"
|
||||
}
|
||||
|
||||
account_menu_button
|
||||
|
|
|
@ -266,7 +266,8 @@
|
|||
|
||||
view_friends
|
||||
{
|
||||
textcolor=Root.Label.Text
|
||||
//textcolor=Root.Label.Text
|
||||
textcolor=none
|
||||
bgcolor="none"
|
||||
font-family=basefont
|
||||
font-size=13 [$LINUX]
|
||||
|
@ -277,7 +278,8 @@
|
|||
|
||||
view_friends:hover
|
||||
{
|
||||
textcolor=Root.Label.Hover.Text
|
||||
textcolor=none
|
||||
//textcolor=Root.Label.Hover.Text
|
||||
}
|
||||
|
||||
online_friends
|
||||
|
@ -551,8 +553,9 @@
|
|||
region { name=bottom width=max height=48 align=bottom}
|
||||
region { name=account align=bottom-right margin-right=96 width=max height=48 margin-left=505}
|
||||
|
||||
place { control="view_friends,add_game" region=hidden}
|
||||
|
||||
//place { control="view_friends,add_game" region=hidden}
|
||||
place { control="add_game" region=hidden}
|
||||
place { control="view_friends" height=36 width=36 region=bottom align=right dir=right margin-right=105 margin-top=7 }
|
||||
place { control="MenuBar" height=48 width=48 y=32 x=0 }
|
||||
place { control="UINavigatorPanel" width=max height=max margin-right=0 margin-left=0 margin-bottom=48 margin-top=0 }
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
place { controls=Divider3 start=FavoriteWindowCombo dir=down margin-top=15 width=max margin-right=20}
|
||||
place { controls=Label3,SkinCombo start=Divider3 dir=down margin-top=15 spacing=4}
|
||||
|
||||
place { controls=DPIScalingCheck,AutoLaunchCheck,BigPictureModeCheck,UrlBarCheck,DWriteCheck,H264HWAccelCheck start=SkinCombo dir=down margin-top=8 spacing=0}
|
||||
place { controls=DPIScalingCheck,AutoLaunchCheck,BigPictureModeCheck,UrlBarCheck,DWriteCheck,GPUWebViewCheck,H264HWAccelCheck start=SkinCombo dir=down margin-top=8 spacing=0}
|
||||
place [$WINDOWS] { controls=Divider2 start=H264HWAccelCheck dir=down margin-top=15 width=max margin-right=20}
|
||||
place [!$WINDOWS] { controls=Divider2 start=UrlBarCheck dir=down margin-top=15 width=max margin-right=20}
|
||||
|
||||
|
@ -289,6 +289,26 @@
|
|||
"Default" "0"
|
||||
"selected" "0"
|
||||
}
|
||||
"GPUWebViewCheck"
|
||||
{
|
||||
"ControlName" "CheckButton"
|
||||
"fieldName" "GPUWebViewCheck"
|
||||
"xpos" "17"
|
||||
"ypos" "337"
|
||||
"wide" "430"
|
||||
"tall" "24"
|
||||
"AutoResize" "0"
|
||||
"PinCorner" "0"
|
||||
"visible" "1"
|
||||
"enabled" "1"
|
||||
"tabPosition" "8"
|
||||
"paintbackground" "1"
|
||||
"labelText" "#Steam_EnableGPUWebViews_Option"
|
||||
"textAlignment" "west"
|
||||
"wrap" "0"
|
||||
"Default" "0"
|
||||
"selected" "0"
|
||||
}
|
||||
"DWriteCheck" [$WINDOWS]
|
||||
{
|
||||
"ControlName" "CheckButton"
|
||||
|
|
Loading…
Reference in New Issue