Skip to content

Commit

Permalink
Merge pull request #1 from somini/master
Browse files Browse the repository at this point in the history
Update the fork
  • Loading branch information
mr-late authored Feb 10, 2017
2 parents 369d0bd + c7dd474 commit a166074
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
{
"ControlName" "Label"
"fieldName" "account_balance_seperator"
"labelText" "|"
"labelText" ""
style="online_friends"
}

Expand Down Expand Up @@ -622,7 +622,7 @@
place [$OSX] { control="account_URL, universe_label" align=right margin-top=9 margin-right=15 spacing=7 }

place { control="account_balance" y=35 align=right end-right="account_URL" margin-right=10 }
place { control="account_balance_seperator" align=right margin-right=20 margin-top=30 }
place { control="account_balance_seperator" width=0 height=0 align=right margin-right=20 margin-top=30 }

place { control="fullscreen" tooltiptext="#tooltip_view_list" align=right y=78 height=23 margin-right=9 width=30 }

Expand All @@ -649,4 +649,4 @@
// hide vr button
place { control="startvr, exitvr" height=0 width=0 }
}
}
}
143 changes: 143 additions & 0 deletions resource/layout/gameproperties_updates.layout
Original file line number Diff line number Diff line change
@@ -0,0 +1,143 @@
"resource/layout/gameproperties_updates.layout"
{
controls
{

UpdateCombo
{
"ControlName" "ComboBox"
}

UpdateNewsURL
{
"ControlName" "URLLabel"
"fieldName" "UpdateNewsURL"
"labelText" "#Steam_Game_UpdateNewsURL"
"textAlignment" "north-west"
"wrap" "0"
"URLText" "http://www.steampowered.com/platform/update_history/Day of Defeat Source.html"
}

UpdateInfoText
{
"ControlName" "Label"
"fieldName" "UpdateInfoText"
"wide" "328"
"tall" "42"
"labelText" "#Steam_GameProperties_NeverUpdateInfo"
"textAlignment" "north-west"
"wrap" "1"
}

AutoUpdatesLabel
{
"ControlName" "Label"
"labelText" "#Steam_Automatic_Updates"
"textAlignment" "west"
//"associate" "UpdateCombo"
"wrap" "0"
"style" "Highlight"
}

BackgroundDownloadsLabel { controlname=label labeltext="#Steam_GameProperties_BackgroundDownloadsWhilePlaying" style="Highlight" }
BackgroundDownloadsInfo { controlname=label labeltext="#Steam_GameProperties_BackgroundDownloadsWhilePlayingInfo" wrap=1 }
BackgroundDownloadsCombo { controlname=combobox }

Divider1
{
"ControlName" "Divider"
}

Divider2
{
"ControlName" "Divider"
}

CloudLabel
{
"ControlName" "Label"
"labelText" "#Steam_CloudLabel"
"textAlignment" "west"
"style" "Highlight"
}

CloudInfoLabel
{
"ControlName" "Label"
"labelText" "#Steam_CloudInfo"
"textAlignment" "north-west"
"wrap" "1"
}

EnableCloudCheck
{
"ControlName" "CheckButton"
"labelText" "#Steam_EnableCloudForApp"
"textAlignment" "west"
}

CloudUsageLabel
{
"ControlName" "Label"
"wide" "418"
"tall" "28"
"labelText" "#Steam_CloudUsage"
"textAlignment" "west"
"wrap" "1"
"style" "CloudUsageLabelStyle"
}

CloudEnableLinkLabel
{
"ControlName" "URLLabel"
"labelText" "#Steam_CloudEnableLink"
"URLText" "steam://settings/downloads"
"tall" "28"
}

CloudEnableLinkLabelExtraText
{
"controlname" "Label"
"Labeltext" "#Steam_CloudEnableLinkContinued"
"tall" "28"
}
}

styles
{
Highlight
{
textcolor=text
}

CloudUsageLabelStyle:disabled
{
textcolor=TextDisabled
}
}

layout
{
region { name=main margin=20 }

place { controls="AutoUpdatesLabel" region=main }
place { controls="UpdateCombo" region=main start=AutoUpdatesLabel dir=down width=334 height=24 margin-top=12 }
place { controls="UpdateInfoText" region=main start=UpdateCombo dir=down width=470 height=42 margin-top=6 }
place { controls="UpdateNewsURL" region=main start=UpdateInfoText dir=down width=418 height=28 margin-top=6 }

place { controls="Divider1" region=main start=UpdateNewsURL dir=down width=max margin-top=26 }

place { controls="BackgroundDownloadsLabel" region=main start=Divider1 dir=down width=334 margin-top=8 }
place { controls="BackgroundDownloadsInfo" region=main start=BackgroundDownloadsLabel dir=down width=470 margin-top=12 }
place { controls="BackgroundDownloadsCombo" region=main start=BackgroundDownloadsInfo dir=down width=334 height=24 margin-top=8 }

place { controls="Divider2" region=main start=BackgroundDownloadsCombo dir=down width=max margin-top=26 }

place { controls="CloudLabel" region=main start=Divider2 dir=down width=450 margin-top=8 }
place { controls="CloudInfoLabel" region=main start=CloudLabel dir=down width=470 margin-top=12 }
place { controls="EnableCloudCheck" region=main start=CloudInfoLabel dir=down width=420 height=28 margin-top=2 }
place { controls="CloudUsageLabel" region=main start=EnableCloudCheck dir=down width=420 height=28 margin-top=0 margin-left=28 }
place { controls="CloudEnableLinkLabel" region=main start=CloudUsageLabel height=28 dir=down spacing=4 wrap=1 margin-top=0 margin-left=-28 }
place { controls="CloudEnableLinkLabelExtraText" region=main start=CloudEnableLinkLabel height=28 dir=right margin-left=4 wrap=1 margin-top=0 }
}
}

0 comments on commit a166074

Please sign in to comment.