[genlist] bugfix ellipsis feature at 3text.5icon
authorHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 19 Apr 2012 08:24:06 +0000 (17:24 +0900)
committerHyoyoung Chang <hyoyoung.chang@samsung.com>
Thu, 19 Apr 2012 09:28:08 +0000 (18:28 +0900)
Change-Id: I94c77080dd44e496061ee192e64041bdbdbff0e3

themes/widgets/genlist/genlist_normal.edc

index 4bc4bd6..c52af41 100644 (file)
             }
             GENLIST_DESCRIPTION_FLIP_ENABLED
          }
+         part { name: "elm.padding.text3.left";
+            clip_to: "disclip";
+            type: RECT;
+            scale: 1;
+            description { state: "default" 0.0;
+               min: GENLIST_PADDING_16_INC 0;
+               fixed: 1 0;
+               rel1.to: "elm.text.3";
+               rel2 {
+                  relative: 0.0 1.0;
+                  to: "elm.text.3";
+               }
+               align: 1.0 1.0;
+               visible: 0;
+            }
+         }
          part { name: "elm.text.2";
             clip_to: "disclip";
             type: TEXT;
             mouse_events: 0;
             scale: 1;
             description { state: "default" 0.0;
-               min: 0 0;
-               max: GENLIST_SIZE_448_INC 0;
-               fixed: 1 0;
                rel1 {
                   relative: 1.0 1.0;
                   to_x: "elm.padding.left";
                   to_y: "elm.text.1";
                }
                rel2 {
-                  relative: 1.0 0.0;
-                  to_x: "elm.padding.left";
+                  relative: 0.0 0.0;
+                  to_x: "elm.padding.text3.left";
                   to_y: "elm.padding.bottom";
                }
                align: 0.0 0.5;
                text {
                   font: "SLP:style=Medium";
                   size: GENLIST_FONT_32_INC;
-                  min: 1 1;
+                  min: 0 1;
                   align: 0.0 0.5;
                }
             }