]> git.tdb.fi Git - r2c2.git/blobdiff - r2c2.res
Further adjustments to changes in GLtk
[r2c2.git] / r2c2.res
index d16f555e6bd452cca7a74620d62946705f39f4d6..20bae38b1c41ce7910a79e995822b8f453d29a3e 100644 (file)
--- a/r2c2.res
+++ b/r2c2.res
@@ -463,20 +463,11 @@ graphic "selection"
 
 style "list"
 {
-       font_color 0.0 0.0 0.0;
-
        part
        {
                graphic NORMAL "sunken_white_bg";
        };
 
-       part "selection"
-       {
-               graphic NORMAL "selection";
-               fill 1.0 1.0;
-               margin { vertical 2; right 13; left 2; };
-       };
-
        part "items"
        {
                margin { vertical 2; right 13; left 2; };
@@ -491,6 +482,20 @@ style "list"
        };
 };
 
+style "listitem"
+{
+       part
+       {
+               graphic ACTIVE "selection";
+               fill 1.0 1.0;
+       };
+
+       part "children"
+       {
+               margin { vertical 1; horizontal 2; };
+       };
+};
+
 style "dropdown"
 {
        font_color 0.0 0.0 0.0;