Add Close button to Configure Panel and center text
authorChristopher Michael <cpmichael1@comcast.net>
Wed, 21 Dec 2005 06:37:58 +0000 (06:37 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Wed, 21 Dec 2005 06:37:58 +0000 (06:37 +0000)
SVN revision: 19198

data/themes/default_configure.edc

index f4b2bcf..b08329a 100644 (file)
@@ -70,16 +70,16 @@ group {
         description {
            state:    "default" 0.0;
            fixed:    0 1;
-           align:    0.5 0.0;
+           align:    0.5 0.5;
            rel1 {
               to: "logo";
-              relative: 1.0  0.0;
-              offset:   6    0;
+              relative: 1.0  0.5;
+              offset:   -6    0;
            }
            rel2 {
               to_y: "logo";
-              relative: 1.0  0.0;
-              offset:   -7   6;
+              relative: 1.0  0.5;
+              offset:   -7   0;
            }
            color: 255 255 255 255;
            color3: 0 0 0 32;
@@ -126,13 +126,33 @@ group {
            rel1 {
               to_y: "logo";
               relative: 0.0 1.0;
-              offset: 16 16;
+              offset: 16 5;
            }
            rel2 {
               relative: 1.0 1.0;
-              offset:   -17 -17;
+              offset:   -17 -35;
            }
         }
-      }           
+      }
+      part {
+        name: "button";
+        type: SWALLOW;
+        description {
+           state: "default" 0.0;
+           color: 0 0 0 0;
+           align: 0.5 0.5;
+           fixed: 1 0;
+           rel1 {
+               to_y: "item";
+              relative: 0.5 1.0;
+              offset:   -16   2;
+           }
+           rel2 {
+              relative: 0.5 1.0;
+              offset:   17  -2;
+           }
+        }
+      }
+          
    }
 }