From 33a68d33fd99862968ff131c9c4d0601803f581a Mon Sep 17 00:00:00 2001 From: Charles Dang Date: Wed, 16 Mar 2016 00:13:53 +1100 Subject: [PATCH] Remove background from theme status boxes and tweak position slightly --- data/themes/_initial.cfg | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/data/themes/_initial.cfg b/data/themes/_initial.cfg index c6acf4d28600..e915bb95f348 100644 --- a/data/themes/_initial.cfg +++ b/data/themes/_initial.cfg @@ -35,22 +35,19 @@ #define STATUS_BOX X1 Y1 X2 Y2 ID REF XANCHOR YANCHOR [panel] id={ID}-box-topleft - image=themes/status_box/status_box-border-topleft.png - rect="{X1},{Y1},+3,+3" + rect="{X1},{Y1},+5,+5" xanchor={XANCHOR} ref={REF} yanchor={YANCHOR} [/panel] [panel] id={ID}-box-top - image=themes/status_box/status_box-border-top.png rect="+0,=+0,{X2},+3" xanchor={XANCHOR} yanchor={YANCHOR} [/panel] [panel] id={ID}-box-topright - image=themes/status_box/status_box-border-topright.png rect="+0,=+0,+3,+3" xanchor={XANCHOR} yanchor={YANCHOR} @@ -58,7 +55,6 @@ [panel] id={ID}-box-left - image=themes/status_box/status_box-border-left.png ref={ID}-box-topleft rect="=+0,+0,+3,{Y2}" xanchor={XANCHOR} @@ -66,14 +62,12 @@ [/panel] [panel] id={ID}-box-center - image=themes/status_box/status_box-background.png rect="+0,=+0,{X2},{Y2}" xanchor={XANCHOR} yanchor={YANCHOR} [/panel] [panel] id={ID}-box-right - image=themes/status_box/status_box-border-right.png rect="+0,=+0,+3,{Y2}" xanchor={XANCHOR} yanchor={YANCHOR} @@ -81,7 +75,6 @@ [panel] id={ID}-box-botleft - image=themes/status_box/status_box-border-botleft.png ref={ID}-box-left rect="=+0,+0,+3,+3" xanchor={XANCHOR} @@ -89,14 +82,12 @@ [/panel] [panel] id={ID}-box-bottom - image=themes/status_box/status_box-border-bottom.png rect="+0,=+0,{X2},+3" xanchor={XANCHOR} yanchor={YANCHOR} [/panel] [panel] id={ID}-box-botright - image=themes/status_box/status_box-border-botright.png rect="+0,=+0,+3,+3" xanchor={XANCHOR} yanchor={YANCHOR}