Change the style of Download ProgressBar
This commit is contained in:
parent
d5ec548da5
commit
1e0887f397
|
@ -4,6 +4,7 @@
|
||||||
{
|
{
|
||||||
// this just sets the height
|
// this just sets the height
|
||||||
appdownloadpanel { tall="110" style=panelStyle }
|
appdownloadpanel { tall="110" style=panelStyle }
|
||||||
|
downloadprogressbar { controlname="ProgressBar" zpos="-1" style="SlimProgressBar" barinset=0 continuous=1 group="ShowWhileDownloading" style="SlimProgressBar" }
|
||||||
|
|
||||||
// image
|
// image
|
||||||
spacer { controlname="Panel" }
|
spacer { controlname="Panel" }
|
||||||
|
@ -14,7 +15,6 @@
|
||||||
namelabel { controlname="Label" labelText="#steam_downloads_gamename" style="ModuleHeading" }
|
namelabel { controlname="Label" labelText="#steam_downloads_gamename" style="ModuleHeading" }
|
||||||
dashlabel { controlname="Label" labelText="" }
|
dashlabel { controlname="Label" labelText="" }
|
||||||
launchbutton { controlname="Button" style="DetailsLaunchButton" labelText="#Steam_LaunchGame" zpos="1" }
|
launchbutton { controlname="Button" style="DetailsLaunchButton" labelText="#Steam_LaunchGame" zpos="1" }
|
||||||
downloadprogressbar { controlname="ProgressBar" style="SlimProgressBar" barinset=0 continuous=1 group="ShowWhileDownloading" style="SlimProgressBar" }
|
|
||||||
settingslink { controlname="URLlabel" style="settingslink" }
|
settingslink { controlname="URLlabel" style="settingslink" }
|
||||||
|
|
||||||
// right-mid column
|
// right-mid column
|
||||||
|
@ -240,9 +240,11 @@
|
||||||
|
|
||||||
SlimProgressBar
|
SlimProgressBar
|
||||||
{
|
{
|
||||||
|
textcolor="JackMyth.DownloadProgress"
|
||||||
|
bgcolor=none
|
||||||
render_bg
|
render_bg
|
||||||
{
|
{
|
||||||
0="fill( x0, y0, x1, y1, Progress.Back )"
|
0="fill( x0, y0, x1, y1, none )"
|
||||||
}
|
}
|
||||||
render
|
render
|
||||||
{
|
{
|
||||||
|
@ -263,9 +265,9 @@
|
||||||
|
|
||||||
// left column
|
// left column
|
||||||
place { control="spacer" }
|
place { control="spacer" }
|
||||||
|
place { control="downloadprogressbar" start= spacer dir=down margin-left=0 height=max width=max }
|
||||||
place { control="gameimage" margin-left=15 margin-top=30 width=184 height=69 }
|
place { control="gameimage" margin-left=15 margin-top=30 width=184 height=69 }
|
||||||
place { control="workshopbanner" margin-left=15 margin-top=30 width=184 height=69 }
|
place { control="workshopbanner" margin-left=15 margin-top=30 width=184 height=69 }
|
||||||
place { control="downloadprogressbar" start=gameimage dir=down width=184 height=5 }
|
|
||||||
|
|
||||||
// left-mid column
|
// left-mid column
|
||||||
place { control="namelabel" region=column2 margin-top=24 margin-left=0 }
|
place { control="namelabel" region=column2 margin-top=24 margin-left=0 }
|
||||||
|
|
|
@ -13,6 +13,8 @@ jackmyth.styles
|
||||||
JackMyth.HalfOpacityInverse = "0 0 0 150"
|
JackMyth.HalfOpacityInverse = "0 0 0 150"
|
||||||
JackMyth.OpacityInverse = "0 0 0 200"
|
JackMyth.OpacityInverse = "0 0 0 200"
|
||||||
JackMyth.LittleTranslucent180Inverse="0 0 0 180"
|
JackMyth.LittleTranslucent180Inverse="0 0 0 180"
|
||||||
|
JackMyth.DownloadProgress="0 120 255 100"
|
||||||
|
JackMyth.DownloadProgressBack="255 255 255 0"
|
||||||
}
|
}
|
||||||
styles
|
styles
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue