[ctxpopup] P130528-7014: wrong text min set for more btn style when ctxpopup is pressed
authorBora Hwang <bora1.hwang@samsung.com>
Wed, 29 May 2013 00:06:55 +0000 (09:06 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 11:32:15 +0000 (20:32 +0900)
Change-Id: I5f6f15485ebb15831afab226ceca15c7bc90dbd7

themes/widgets/ctxpopup.edc

index 264b5b5..3d9c886 100644 (file)
@@ -2049,7 +2049,7 @@ group {
                                        state: "clicked" 0.0;
                                        inherit: "default" 0.0;
                                        color: CTXPOPUP_LIST_MAIN_TEXT_PRESS_COLOR_INC;
-                                       text.min: 0 0;
+                                       text.min: 0 1;
                                }
                                description {
                                        state: "disabled" 0.0;
@@ -2944,7 +2944,7 @@ group {
                                        state: "clicked" 0.0;
                                        inherit: "default" 0.0;
                                        color: CTXPOPUP_LIST_MAIN_TEXT_PRESS_COLOR_INC;
-                                       text.min: 0 0;
+                                       text.min: 0 1;
                                }
                                description {
                                        state: "disabled" 0.0;
@@ -3624,6 +3624,7 @@ group {
                                        state: "clicked" 0.0;
                                        inherit: "default" 0.0;
                                        color: CTXPOPUP_LIST_MAIN_TEXT_PRESS_COLOR_INC;
+                                       text.min: 0 1;
                                }
                                description {
                                        state: "disabled" 0.0;