]> git.tdb.fi Git - libs/gltk.git/blobdiff - basic.skin
Rework how widget ownership works in Container
[libs/gltk.git] / basic.skin
index 82a683ee0891996b971c0cb4c8604c18584089e3..5f9f0b10d7614ce326fc715c72669f9e9b79bb05 100644 (file)
@@ -17,7 +17,7 @@ graphic "light_grey_raised"
 graphic "dark_grey_sunken"
 {
        texture "basic_skin.png";
-       slice 14 52 12 12;
+       slice 13 52 12 12;
        border { vertical 3; horizontal 3; };
 };
 
@@ -404,6 +404,16 @@ style "panel"
        part "children";
 };
 
+style "dialog"
+{
+       part
+       {
+               graphic NORMAL "grey_beveled";
+       };
+
+       part "children";
+};
+
 style "root"
 {
        part "children";