]> git.tdb.fi Git - libs/gltk.git/blobdiff - basic.skin
Minor style fixes
[libs/gltk.git] / basic.skin
index 1dd8d41b5dc72f3b08465153e156a378d09a46d7..39a900d10853df6b61028a6b4c61f4872a5ed642 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id$ */
-
 default_font "dejavu-10.font";
 
 graphic "grey_raised"
@@ -34,7 +32,7 @@ style "button"
                graphic ACTIVE "dark_grey_sunken";
        };
 
-       special "text"
+       part "text"
        {
                align 0.5 0.5;
                fill 0.0 0.0;
@@ -85,7 +83,7 @@ style "toggle"
                margin { left 2; };
        };
 
-       special "text"
+       part "text"
        {
                align 0.0 0.5;
                fill 0.0 0.0;
@@ -129,7 +127,7 @@ style "toggle-option"
                margin { left 3; };
        };
 
-       special "text"
+       part "text"
        {
                align 0.0 0.5;
                fill 0.0 0.0;
@@ -141,7 +139,7 @@ style "label"
 {
        font_color 0.0 0.0 0.0;
 
-       special "text"
+       part "text"
        {
                align 0.5 0.5;
                fill 0.0 0.0;
@@ -163,14 +161,14 @@ style "entry"
                graphic NORMAL "white_sunken";
        };
 
-       special "text"
+       part "text"
        {
                align 0.0 0.5;
                fill 0.0 0.0;
                margin { left 3; right 3; top 3; bottom 3; };
        };
 
-       special "cursor"
+       part "cursor"
        {
                graphic FOCUS "entry_cursor";
                align 0.0 0.0;
@@ -207,7 +205,7 @@ style "hslider"
                graphic NORMAL "dark_grey_sunken_shallow";
        };
 
-       special "slider"
+       part "slider"
        {
                graphic NORMAL "hthumb";
                graphic HOVER "hthumb_light";
@@ -237,7 +235,7 @@ style "vslider"
                graphic NORMAL "dark_grey_sunken_shallow";
        };
 
-       special "slider"
+       part "slider"
        {
                graphic NORMAL "vthumb";
                graphic HOVER "vthumb_light";
@@ -262,7 +260,7 @@ style "list"
                margin { right 12; };
        };
 
-       special "slider"
+       part "slider"
        {
                size 12 12;
                fill 0.0 1.0;
@@ -270,13 +268,13 @@ style "list"
                //margin { right 1; top 1; bottom 1; };
        };
 
-       special "selection"
+       part "selection"
        {
                graphic NORMAL "blue_flat";
                margin { left 3; right 14; top 3; bottom 3; };
        };
 
-       special "items"
+       part "items"
        {
                margin { left 3; right 14; top 3; bottom 3; };
        };
@@ -327,14 +325,14 @@ style "dropdown"
                margin { right 3; };
        };
 
-       special "text"
+       part "text"
        {
                fill 0.0 0.0;
                align 0.0 0.5;
                margin { left 4; };
        };
 
-       special "list";
+       part "list";
 };
 
 graphic "grey_beveled"
@@ -351,10 +349,10 @@ style "panel"
                graphic NORMAL "grey_beveled";
        };
 
-       special "children";
+       part "children";
 };
 
 style "root"
 {
-       special "children";
+       part "children";
 };