From ba23d3535dc60eb4d31a7d1ea1e4fdcee09d4a81 Mon Sep 17 00:00:00 2001 From: moom Date: Wed, 6 Sep 2006 22:26:19 +0000 Subject: [PATCH] * [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 --- TODO | 1 - data/themes/default_slider.edc | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) 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; }