From: Mikko Rasa Date: Tue, 14 Apr 2015 23:11:49 +0000 (+0300) Subject: Some other minor UI tweaks X-Git-Url: http://git.tdb.fi/?p=r2c2.git;a=commitdiff_plain;h=df88ff837468c32986c73740b4fc8279bc152e47 Some other minor UI tweaks --- diff --git a/data/r2c2.res b/data/r2c2.res index 9a00dd6..c630dbf 100644 --- a/data/r2c2.res +++ b/data/r2c2.res @@ -442,6 +442,7 @@ graphic "cursor" { texture "gui.png"; slice 40 81 2 10; + shadow { bottom 1; }; }; style "entry" @@ -466,7 +467,7 @@ style "entry" align 0.0 0.5; fill 0.0 0.0; size 2 12; - margin { left 3; right 3; }; + margin { horizontal 3; }; }; }; @@ -665,7 +666,7 @@ style "vslider" { graphic NORMAL "vertical_knob"; fill 0.0 0.0; - align 0.0 1.0; + align 0.5 1.0; }; };