From 963505f902a2e4aaf287ce585e3773b6ef68040e Mon Sep 17 00:00:00 2001 From: ungstein <73730003+ungstein@users.noreply.github.com> Date: Tue, 29 Jun 2021 22:03:05 +0930 Subject: [PATCH] Update uistatuspanel.layout --- OG-Steam/resource/layout/uistatuspanel.layout | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OG-Steam/resource/layout/uistatuspanel.layout b/OG-Steam/resource/layout/uistatuspanel.layout index d4c0bbe..4fd26a7 100644 --- a/OG-Steam/resource/layout/uistatuspanel.layout +++ b/OG-Steam/resource/layout/uistatuspanel.layout @@ -27,8 +27,8 @@ region { name="statusRegion" y=0 width=max height=28 align=bottom margin=-10 } region { name="ProgressRegion" y=32 width=max height=20 align=top margin=0 } - place { control="StatusDownloading" region="TitleRegion" align="top-center" margin-top=7 } + place { control="StatusDownloading" region="TitleRegion" align="top-center" margin-top=11 } place { control="StatusPaused, StatusComplete" region="StatusRegion" align="top-center" margin-top=0 } - place { control="StatusProgressbar" region="ProgressRegion" width=300 height=3 margin-top=0 align="top-center" } + place { control="StatusProgressbar" region="ProgressRegion" width=300 height=3 margin-top=1 align="top-center" } } }