X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=basic.skin;h=5d9c8b669fda7771f7958eaccc0bfdaa68a36e93;hb=68c6a79c86c595fa2ec5a7109568d5baefc50afd;hp=eb0a9d6802c01a17ca40e46cb266288e736edf27;hpb=787dd5572e904a87686e7309401b86e0c528d823;p=libs%2Fgltk.git diff --git a/basic.skin b/basic.skin index eb0a9d6..5d9c8b6 100644 --- a/basic.skin +++ b/basic.skin @@ -1,5 +1,3 @@ -/* $Id$ */ - default_font "dejavu-10.font"; graphic "grey_raised" @@ -270,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"