diff --git a/TODO b/TODO index bc08143c8..3c222c3d1 100644 --- a/TODO +++ b/TODO @@ -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 ]]] diff --git a/data/themes/default_slider.edc b/data/themes/default_slider.edc index eca2502ed..b7834ffc9 100644 --- a/data/themes/default_slider.edc +++ b/data/themes/default_slider.edc @@ -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; }