X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fr2c2.res;h=c630dbf7f3a7e5c54ee6d1d91e8e33bb5b9f0692;hb=df88ff837468c32986c73740b4fc8279bc152e47;hp=18cdfc828260824bebd7dce262dfd25e5658f12d;hpb=f139a89c01dfc6580ecd1a5399e146ce45f865a4;p=r2c2.git diff --git a/data/r2c2.res b/data/r2c2.res index 18cdfc8..c630dbf 100644 --- a/data/r2c2.res +++ b/data/r2c2.res @@ -409,6 +409,28 @@ style "label-digital" }; }; +style "label-digital_borderless" +{ + font "digitalreadout-16.font"; + font_color 0.3 1 0.3; + + part "text" + { + fill 0.0 0.0; + align 0.0 0.5; + }; +}; + +style "panel-digital_background" +{ + part + { + graphic NORMAL "sunken_black_bg"; + }; + + part "children"; +}; + graphic "sunken_white_bg" { texture "gui.png"; @@ -420,6 +442,7 @@ graphic "cursor" { texture "gui.png"; slice 40 81 2 10; + shadow { bottom 1; }; }; style "entry" @@ -444,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; }; }; }; @@ -643,7 +666,7 @@ style "vslider" { graphic NORMAL "vertical_knob"; fill 0.0 0.0; - align 0.0 1.0; + align 0.5 1.0; }; }; @@ -730,8 +753,42 @@ style "toggle-lever" }; }; +graphic "clock_face" +{ + texture "clock.png"; + slice 0 0 200 200; +}; + +graphic "clock_hour" +{ + texture "clock.png"; + slice 202 0 10 63; +}; + +graphic "clock_minute" +{ + texture "clock.png"; + slice 204 65 6 99; +}; + style "clock" { - part "hourhand"; - part "minutehand"; + part + { + graphic NORMAL "clock_face"; + align 0.5 0.5; + fill 0.0 0.0; + }; + + part "hourhand" + { + graphic NORMAL "clock_hour"; + align 0.5 0.159; + }; + + part "minutehand" + { + graphic NORMAL "clock_minute"; + align 0.5 0.101; + }; };