X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=engineer.res;fp=engineer.res;h=c5650af8252962f377e5049b0c2aa270506220c5;hb=447d621e93e71b710fed0920b473350122426b97;hp=7f75ae494214146e84dc095614b84b2882c64d8e;hpb=25b79ab38c2be2e5c89b8240504f641fd9c4899c;p=r2c2.git diff --git a/engineer.res b/engineer.res index 7f75ae4..c5650af 100644 --- a/engineer.res +++ b/engineer.res @@ -68,6 +68,19 @@ graphic "entrycursor" slice 54 74 2 12; }; +graphic "dropdownbg" +{ + texture "gui.png"; + slice 58 72 30 16; + border { top 4; right 20; bottom 4; left 2; }; +}; + +graphic "dropdownarrow" +{ + texture "gui.png"; + slice 90 75 10 8; +}; + graphic "yellowlamp" { texture "gui.png"; @@ -291,3 +304,47 @@ style "root" { special "children"; }; + +style "dropdown" +{ + font_color 0.0 0.0 0.0; + + part + { + graphic NORMAL "dropdownbg"; + }; + + part + { + graphic NORMAL "dropdownarrow"; + align 1.0 0.5; + fill 0.0 0.0; + margin { right 2; }; + }; + + special "text" + { + align 0.0 0.5; + fill 0.0 0.0; + margin { left 2; }; + }; + + special "list"; +}; + +style "list" +{ + font_color 0.0 0.0 0.0; + + part + { + graphic NORMAL "entrybg"; + }; + + special "items" + { + margin { top 2; right 2; bottom 2; left 2; }; + }; +}; + +style "vslider";