diff --git a/graphics/JackMyth/LittleVirgin.tga b/graphics/JackMyth/LittleVirgin.tga new file mode 100644 index 0000000..c0511bf Binary files /dev/null and b/graphics/JackMyth/LittleVirgin.tga differ diff --git a/graphics/JackMyth/OpenLeg.tga b/graphics/JackMyth/OpenLeg.tga new file mode 100644 index 0000000..587fa51 Binary files /dev/null and b/graphics/JackMyth/OpenLeg.tga differ diff --git a/resource/layout/accountbutton.layout b/resource/layout/accountbutton.layout index 2568c2b..3818df2 100644 --- a/resource/layout/accountbutton.layout +++ b/resource/layout/accountbutton.layout @@ -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 diff --git a/resource/layout/steamrootdialog.layout b/resource/layout/steamrootdialog.layout index cfe001c..a7f5571 100644 --- a/resource/layout/steamrootdialog.layout +++ b/resource/layout/steamrootdialog.layout @@ -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 } diff --git a/steam/cached/SettingsSubInterface.res b/steam/cached/SettingsSubInterface.res index b3bdc90..86626f6 100644 --- a/steam/cached/SettingsSubInterface.res +++ b/steam/cached/SettingsSubInterface.res @@ -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"