Show date in full length instead of ellipses 84/41084/1
authorShuhrat Dehkanov <sh.dehkanov@samsung.com>
Thu, 11 Jun 2015 07:11:30 +0000 (16:11 +0900)
committerShuhrat Dehkanov <sh.dehkanov@samsung.com>
Thu, 11 Jun 2015 07:11:41 +0000 (16:11 +0900)
Currently, the date is shown as ".../.../..." instead of "12/31/2000"
in date setting pop-up dialog.
This fixes that and shows the date in full length.

Change-Id: Ie2da0a75b6a190f85ef0f72b1e8c9203687d291d

ug/system/clock/edje/ug_clock.edc
ug/system/clock/edje/widgets/button.edc

index f4bc252..d561401 100644 (file)
@@ -335,6 +335,11 @@ collections {
                                        fixed: 1 1;
                                        color: 128 128 128 38;
                                }
+                               description {
+                                       state: "hide" 0.0;
+                                       inherit: "default" 0.0;
+                                       visible: 0;
+                               }
                        }
                        part {
                                name: "spin_ctrl_2_swallow_padding";
@@ -434,7 +439,7 @@ collections {
                                scale: 1;
                                description {
                                        state: "default" 0.0;
-                                       min: 138 122;
+                                       min: 140 122;
                                        rel1 {
                                                to: "spin_ctrl_3_swallow_padding";
                                                relative: 0.0 0.0;
index 4d346e3..059a674 100644 (file)
@@ -567,7 +567,7 @@ group {
                                        to: "elm_text_padding";
                                }
                                text {
-                                       size: 30;
+                                       size: 26;
                                        align: 0.5 0.5;
                                }
                                color: 69 143 255 255;
@@ -727,7 +727,7 @@ group {
                        scale: 1;
                        description {
                                state: "default" 0.0;
-                               min: 138 122;
+                               min: 140 122;
                                align: 0 0;
                                fixed: 1 1;
                        }
@@ -836,7 +836,7 @@ group {
                                        to: "elm_text_padding";
                                }
                                text {
-                                       size: 30;
+                                       size: 26;
                                        align: 0.5 0.5;
                                }
                                color: 69 143 255 255;
@@ -1040,7 +1040,7 @@ group {
                                        to: "elm_text_padding";
                                }
                                text {
-                                       size: 30;
+                                       size: 26;
                                        align: 0.0 0.5;
                                }
                                color: 69 143 255 255;
@@ -1547,4 +1547,4 @@ group {
                        target: "bg";
                }
        }
-}
\ No newline at end of file
+}