fix winlist textcloass - bug++

SVN revision: 26839
This commit is contained in:
Carsten Haitzler 2006-10-28 11:16:43 +00:00
parent 6dccf5b119
commit eb8bc97c1e
2 changed files with 3 additions and 2 deletions

1
TODO
View File

@ -8,6 +8,7 @@ Some of the things (in very short form) that need to be done to E17...
BUGS / FIXES BUGS / FIXES
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
* BUG: init splash doesn't handle resolution change!
* BUG: smart placement seems to screw up if a shelf is at the top of the screen * BUG: smart placement seems to screw up if a shelf is at the top of the screen
* BUG: e17 screen res diaolg doesnt work under xephyr - why? * BUG: e17 screen res diaolg doesnt work under xephyr - why?
* BUG: xdaliclock -transparent doesnt use shaped border (not handling shape * BUG: xdaliclock -transparent doesnt use shaped border (not handling shape

View File

@ -235,7 +235,7 @@ group {
size: 10; size: 10;
min: 0 1; min: 0 1;
align: 0.0 0.5; align: 0.0 0.5;
text_class: "winlist_title"; text_class: "winlist_label";
} }
} }
} }
@ -508,7 +508,7 @@ group {
text_source: "e.text.label"; text_source: "e.text.label";
source: "e.text.label"; source: "e.text.label";
min: 0 1; min: 0 1;
text_class: "title_bar"; text_class: "winlist_title";
} }
} }
} }