From: michael bouchaud <michael.bouchaud@gmail.com>
authormichael bouchaud <michael.bouchaud@gmail.com>
Sun, 11 Oct 2009 07:01:38 +0000 (07:01 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Sun, 11 Oct 2009 07:01:38 +0000 (07:01 +0000)
Hi, I just do some correction on progressbar in elementary for the state
where progression is 0%.

SVN revision: 43016

data/themes/default.edc

index b643682304a0e2136255df5bcb0c76d73e4efb7f..b1aab9319e227aff7a489e6254a769ff8658dc10 100644 (file)
@@ -14519,7 +14519,6 @@ collections {
                rel1 {
                   to_y: "elm.swallow.bar";
                   to_x: "elm.cur.progressbar";
-                  relative: 1.0 0.0;
                }
                rel2 {
                   to: "elm.swallow.bar";
@@ -14615,6 +14614,8 @@ collections {
                y: 0 0 0;
             }
             description { state: "default" 0.0;
+               min: 14 28;
+               fixed: 1 1;
                visible: 0;
                rel1 {
                   to: "background";
@@ -14875,7 +14876,6 @@ collections {
                rel1 {
                   to_x: "elm.swallow.bar";
                   to_y: "elm.cur.progressbar";
-                  relative: 0.0 1.0;
                }
                rel2 {
                   to: "elm.swallow.bar";
@@ -14942,6 +14942,8 @@ collections {
                y: 1 1 1;
             }
             description { state: "default" 0.0;
+               min: 28 14;
+               fixed: 1 1;
                visible: 0;
                rel1 {
                   to: "background";