X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=r2c2.res;h=2fbdb7826602d12108a30ed36d003d06feecad7a;hb=66c2c7ca5a4bd369293959bc211b040834343381;hp=695e4054103c34feedbee6fa8a6ccd6dd7c5c304;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/r2c2.res b/r2c2.res index 695e405..2fbdb78 100644 --- a/r2c2.res +++ b/r2c2.res @@ -2,13 +2,13 @@ default_font "dejavu-12.font"; style "root" { - special "children"; + part "children"; }; style "label" { font_color 0 0 0; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; @@ -17,7 +17,7 @@ style "label" style "image" { - special "image" + part "image" { fill 1.0 1.0; }; @@ -39,7 +39,7 @@ style "label-tooltip" graphic NORMAL "tooltip"; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; @@ -163,7 +163,7 @@ style "button" fill 0.0 0.0; }; - special "text" + part "text" { align 0.5 1.0; fill 0.0 0.0; @@ -182,7 +182,7 @@ style "button-green" fill 0.0 0.0; }; - special "text" + part "text" { align 0.5 1.0; fill 0.0 0.0; @@ -201,7 +201,7 @@ style "button-red" fill 0.0 0.0; }; - special "text" + part "text" { align 0.5 1.0; fill 0.0 0.0; @@ -334,12 +334,12 @@ style "panel" { graphic NORMAL "raised_grey_bg"; }; - special "children"; + part "children"; }; style "panel-group" { - special "children"; + part "children"; }; graphic "sunken_black_bg" @@ -359,7 +359,7 @@ style "label-digital" graphic NORMAL "sunken_black_bg"; }; - special "text" + part "text" { fill 0.0 0.0; align 0.5 0.5; @@ -389,14 +389,14 @@ style "entry" graphic NORMAL "sunken_white_bg"; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; margin { left 3; right 3; }; }; - special "cursor" + part "cursor" { graphic FOCUS "cursor"; align 0.0 0.5; @@ -415,20 +415,20 @@ style "entry-multiline" graphic NORMAL "sunken_white_bg"; }; - special "text" + part "text" { align 0.0 1.0; fill 0.0 0.0; margin { top 2; right 13; left 3; bottom 2; }; }; - special "cursor" + part "cursor" { graphic FOCUS "cursor"; size 2 12; }; - special "slider" + part "slider" { align 1.0 0.0; fill 0.0 1.0; @@ -453,19 +453,19 @@ style "list" graphic NORMAL "sunken_white_bg"; }; - special "selection" + part "selection" { graphic NORMAL "selection"; fill 1.0 1.0; margin { top 2; right 13; bottom 2; left 2; }; }; - special "items" + part "items" { margin { top 2; right 13; bottom 2; left 2; }; }; - special "slider" + part "slider" { align 1.0 0.0; fill 0.0 1.0; @@ -492,14 +492,14 @@ style "dropdown" fill 0.0 0.0; }; - special "text" + part "text" { align 0.0 0.5; fill 0.0 0.0; margin { left 2; }; }; - special "list"; + part "list"; }; graphic "switch_up" @@ -520,7 +520,7 @@ style "toggle" { font_color 0.0 0.0 0.0; - special "text" + part "text" { align 0.5 1.0; fill 0.0 0.0; @@ -559,7 +559,7 @@ style "hslider" margin { left 4; right 4; }; }; - special "slider" + part "slider" { graphic NORMAL "horizontal_knob"; fill 0.0 0.0; @@ -590,7 +590,7 @@ style "vslider" margin { top 4; bottom 4; }; }; - special "slider" + part "slider" { graphic NORMAL "vertical_knob"; fill 0.0 0.0;