jaehyun pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=afd67a25bd59917d62d8271778985323657ca426

commit afd67a25bd59917d62d8271778985323657ca426
Author: Jaehyun Cho <jae_hyun....@samsung.com>
Date:   Wed Apr 19 18:47:19 2017 +0900

    layout: increase popup text width to display "Color class name:"
    
    With 97px popup text width, "Color class name:" string gets ellipsis.
    Therefore, popup text width is increased to 107px.
---
 data/themes/tizen/widgets/layout.edc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/data/themes/tizen/widgets/layout.edc 
b/data/themes/tizen/widgets/layout.edc
index db4d0da..770011d 100644
--- a/data/themes/tizen/widgets/layout.edc
+++ b/data/themes/tizen/widgets/layout.edc
@@ -1983,8 +1983,8 @@ group { name: "elm/layout/popup/1swallow";
          description { state: "default" 0.0;
             align: 0.0 0.5;
             fixed: 1 0;
-            min: 97 0;
-            max: 97 -1;
+            min: 107 0;
+            max: 107 -1;
             color_class: "text_popup";
             text {
                font: FN;
@@ -2024,8 +2024,8 @@ group { name: "elm/layout/popup/1swallow_subtext";
          type: TEXT;
          description { state: "default" 0.0;
             align: 0.0 0.5;
-            min: 97 0;
-            max: 97 -1;
+            min: 107 0;
+            max: 107 -1;
             color_class: "text_popup";
             text {
                font: FN;

-- 


Reply via email to