|
Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT SERVER-PC 10.0 build 26200 (Windows 11) AMD64 User : ServerPC ( 0) PHP Version : 8.2.12 Disable Function : NONE Directory : C:/Program Files (x86)/Steam/resource/layout/ |
Upload File : |
"resource/layout/uistatuspanel.layout"
{
controls
{
StatusDownloading { controlname=URLLabel style="StatusLabel" labelText="" URLText="steam://open/downloads" }
StatusPaused{ controlname=URLLabel style="StatusLabelDim" labelText="" URLText="steam://open/downloads" }
StatusComplete { controlname=URLLabel style="StatusLabelDim" labelText="" URLText="steam://open/downloads" }
StatusProgressbar { controlname="ProgressBar" style="SlimProgressBar" barinset=0 continuous=1 }
}
styles
{
SlimProgressBar
{
textcolor="focus4"
render_bg
{
0="fill( x0, y0, x1, y1, black )"
}
render
{
}
}
}
layout
{
region { name="TitleRegion" width=max height=28 align=top margin=5 }
region { name="statusRegion" y=28 width=max height=28 align=bottom margin=6 }
region { name="ProgressRegion" y=37 width=max height=10 align=top margin=0 }
place { control="StatusDownloading" region="TitleRegion" align="top-center" margin-top=2 }
place { control="StatusPaused, StatusComplete" region="StatusRegion" align="top-center" margin-top=3 }
place { control="StatusProgressbar" region="ProgressRegion" width=300 height=3 margin-top=0 align="top-center" }
}
}