X-Git-Url: http://git.tdb.fi/?p=libs%2Fgltk.git;a=blobdiff_plain;f=basic.skin;h=5d9c8b669fda7771f7958eaccc0bfdaa68a36e93;hp=39a900d10853df6b61028a6b4c61f4872a5ed642;hb=68c6a79c86c595fa2ec5a7109568d5baefc50afd;hpb=4acbe9feda160546d0afd43fbdef3f00db6dcea7 diff --git a/basic.skin b/basic.skin index 39a900d..5d9c8b6 100644 --- a/basic.skin +++ b/basic.skin @@ -268,16 +268,20 @@ style "list" //margin { right 1; top 1; bottom 1; }; }; - part "selection" + part "items" { - graphic NORMAL "blue_flat"; margin { left 3; right 14; top 3; bottom 3; }; }; +}; - part "items" +style "listitem" +{ + part { - margin { left 3; right 14; top 3; bottom 3; }; + graphic ACTIVE "blue_flat"; }; + + part "children"; }; graphic "grey_raised_divided"