]> git.tdb.fi Git - r2c2.git/commitdiff
Some other minor UI tweaks
authorMikko Rasa <tdb@tdb.fi>
Tue, 14 Apr 2015 23:11:49 +0000 (02:11 +0300)
committerMikko Rasa <tdb@tdb.fi>
Tue, 14 Apr 2015 23:11:49 +0000 (02:11 +0300)
data/r2c2.res

index 9a00dd6c253f6e08182e438418bde92d1b623d87..c630dbf7f3a7e5c54ee6d1d91e8e33bb5b9f0692 100644 (file)
@@ -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;
        };
 };