* [Widget_Slider] Hiding the label no longer makes the line disappear (TODO--)

Since it was a bug in the default theme and not in the code, other
themes based on it may also need to be updated


SVN revision: 25565
This commit is contained in:
moom 2006-09-06 22:26:19 +00:00 committed by moom
parent fce9abc827
commit ba23d3535d
2 changed files with 4 additions and 1 deletions

1
TODO
View File

@ -20,7 +20,6 @@ Some of the things (in very short form) that need to be done to E17...
doesn't have any effect.
* BUG: xdaliclock -transparent doesnt use shaped border (not handling shape
change later)
* BUG: Hiding the label of e_widget_slider causes the slider line to disappear
* BUG: Removing a module from a shelf with the "Shelf Contents" dialog sometimes
has no effect, or it sometimes removes the wrong module
]]]

View File

@ -19,6 +19,7 @@ group {
description {
state: "default" 0.0;
color: 0 0 0 0;
min: 21 0;
rel1 {
offset: 2 2;
}
@ -29,6 +30,7 @@ group {
description {
state: "active" 0.0;
color: 0 0 0 0;
min: 21 0;
rel1 {
offset: 2 2;
}
@ -429,6 +431,7 @@ group {
description {
state: "default" 0.0;
color: 0 0 0 0;
min: 0 21;
rel1 {
offset: 2 2;
}
@ -439,6 +442,7 @@ group {
description {
state: "active" 0.0;
color: 0 0 0 0;
min: 0 21;
rel1 {
offset: 2 2;
}