Upgrade progress bar in installpage

This commit is contained in:
JackMyth 2020-05-09 20:09:54 +08:00
parent ddbbff205d
commit c75856bf9a
1 changed files with 10 additions and 2 deletions

View File

@ -1,14 +1,22 @@
"steam/cached/InstallSubConvertApps.res"
{
styles{
styles
{
ProgressBar
{
bgcolor=none
render_bg
{}
textcolor="JackMyth.DownloadProgress"
}
}
layout{
region { name=body margin-top=20 margin-left=20 margin-right=20 width=max height=max }
place { control=Label1 region=body width=max}
place { control=HTMLEULA width=max height=max margin-top=50}
place { control=ProgressBar align="bottom" margin-buttom=0 width=max height=12}
}