From 7d4405ce1994acc9538015f32230c9d3f8cedafe Mon Sep 17 00:00:00 2001 From: JackMyth Date: Sat, 9 May 2020 20:09:54 +0800 Subject: [PATCH] Upgrade progress bar in installpage --- steam/cached/InstallSubConvertApps.res | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/steam/cached/InstallSubConvertApps.res b/steam/cached/InstallSubConvertApps.res index cfd9b8d..005824d 100644 --- a/steam/cached/InstallSubConvertApps.res +++ b/steam/cached/InstallSubConvertApps.res @@ -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} }