From df88ff837468c32986c73740b4fc8279bc152e47 Mon Sep 17 00:00:00 2001 From: Mikko Rasa Date: Wed, 15 Apr 2015 02:11:49 +0300 Subject: [PATCH] Some other minor UI tweaks --- data/r2c2.res | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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; }; }; -- 2.43.0