Skip to content

Commit

Permalink
Merge pull request #152 from Black4Blade/Fix#151
Browse files Browse the repository at this point in the history
Fixed download layout
  • Loading branch information
Black4Blade authored Mar 27, 2023
2 parents 4d2b80e + 35c2c20 commit 6e829d0
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions resource/layout/subpaneloptionsdownloads.layout
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
editable="0"
}

PeerContentLabel { controlname=label labeltext=#Steam_PeerContentTitle style=highlight group="PeerContentEnabled"}
PeerContentCombo { controlname=combobox editable="0" group="PeerContentEnabled"}
PeerContentInfoLabel { controlname=label labeltext=#Steam_PeerContentInfo wrap=1 group="PeerContentEnabled" }
PeerContentLabel { controlname=label labeltext=#Steam_PeerContentTitle style=highlight }
PeerContentCombo { controlname=combobox editable="0" }
PeerContentInfoLabel { controlname=label labeltext=#Steam_PeerContentInfo wrap=1 }

ManageInstalledApps
{
Expand All @@ -56,7 +56,7 @@

Divider1 { ControlName=Divider }
Divider2 { ControlName=Divider }
Divider3 { ControlName=Divider group="PeerContentEnabled" }
Divider3 { ControlName=Divider }
}

colors {}
Expand Down Expand Up @@ -85,8 +85,8 @@
place { controls="Divider1" region=box start=ManageInstalledappsLabel dir=down margin-top=10 width=max }

place { controls="RegionLabel" region=box start=Divider1 dir=down margin-top=10 }
place { controls="DownloadRegionCombo" region=box start=RegionLabel margin-top=10 height=25 width=235 dir=down }
place { controls="RegionInfoLabel" region=box start=DownloadRegionCombo margin-top=10 width=max dir=down }
place { controls="DownloadRegionCombo" region=box start=RegionLabel margin-top=8 height=25 width=235 dir=down }
place { controls="RegionInfoLabel" region=box start=DownloadRegionCombo margin-top=8 width=max dir=down }

place { controls="Divider2" region=box start=RegionInfoLabel dir=down width=max margin-top=10 }

Expand All @@ -102,7 +102,7 @@
place { controls="ThrottleRateEditLabel" region=box start=ThrottleCheckbox dir=down width=-1 height=-1}

place { controls="ThrottleRateEdit" region=box start=ThrottleCheckbox dir=down width=125 height=25 margin-left=3 }
place { controls="ThrottleRateEditSuffix" region=box start=ThrottleRateEdit dir=right margin-left=4 margin-top=5 }
place { controls="ThrottleRateEditSuffix" region=box start=ThrottleRateEdit dir=right margin-left=4 margin-top=6 }
place { controls="ThrottleRateApply" region=box start=ThrottleRateEdit dir=down width=70 height=25 margin-top=4 }
place { controls="AllowDownloadsDuringGameplayCheckbox" region=box start=AutoUpdateTimeRestrictStart dir=down margin-top=10 margin-left=-27 }

Expand All @@ -112,13 +112,13 @@

place { controls="Divider3" region=box start=DownloadRatesInBitsCheckbox dir=down width=max margin-left=-30 margin-top=10 }

place { controls="FlushDownloadConfig" region=box start=Divider3 margin-top=15 width=235 height=25 dir=down }
place { controls="FlushDownloadConfigLabel" region=box start=FlushDownloadConfig margin-top=10 width=max dir=down }

place { controls="PeerContentLabel" region=box start=Divider3 dir=down margin-top=10 width=max }
place { controls="PeerContentCombo" region=box start=PeerContentLabel dir=down margin-top=10 width=235 }
place { controls="PeerContentCombo" region=box start=PeerContentLabel dir=down margin-top=12 width=260 height=25}
place { controls="PeerContentInfoLabel" region=box start=PeerContentCombo dir=down margin-top=10 width=max }

place { controls="FlushDownloadConfig" region=box start=PeerContentInfoLabel margin-top=10 width=235 height=25 dir=down }
place { controls="FlushDownloadConfigLabel" region=box start=FlushDownloadConfig margin-top=10 width=max dir=down }




Expand Down

0 comments on commit 6e829d0

Please sign in to comment.