X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=marklin.res;h=bea052d66fde4299cee7dee85ce9799a4c64772d;hb=f42183985c65e1e12f19e9246dee90b8e7e44a34;hp=f2f69f378979c90410911d581b6b8fee98066aa2;hpb=f9254f57b736927a57a2fd793ee18f6c9766dd43;p=r2c2.git diff --git a/marklin.res b/marklin.res index f2f69f3..bea052d 100644 --- a/marklin.res +++ b/marklin.res @@ -126,6 +126,13 @@ graphic "digidisplay" border { top 5; right 5; bottom 5; left 5; }; }; +graphic "tooltip" +{ + texture "gui.png"; + slice 72 90 20 16; + border { top 2; right 2; bottom 2; left 2; }; +}; + graphic "hsliderslot" { texture "gui.png"; @@ -143,14 +150,14 @@ graphic "hsliderknob" graphic "switchdown" { texture "gui.png"; - slice 46 43 20 21; + slice 47 43 20 21; shadow { top 0; right 2; bottom 3; left 0; }; }; graphic "switchup" { texture "gui.png"; - slice 67 43 20 21; + slice 69 43 20 21; shadow { top 0; right 2; bottom 3; left 0; }; }; @@ -295,6 +302,23 @@ style "label-digital" }; }; +style "label-tooltip" +{ + font_color 0.0 0.0 0.0; + + part + { + graphic NORMAL "tooltip"; + }; + + special "text" + { + align 0.0 0.5; + fill 0.0 0.0; + margin { top 2; right 2; bottom 2; left 2; }; + }; +}; + style "hslider" { part