rimmed pushed a commit to branch master.

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

commit 3cfc780411d15b499e1de4808e98e4ac48ca7753
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Tue Apr 25 10:44:06 2017 +0300

    theme: made item for colorselector in property more wide
    
    Fixes T5405
    @fix
---
 data/themes/default/widgets/genlist_property.edc | 77 ++++++++++++++++++++++++
 1 file changed, 77 insertions(+)

diff --git a/data/themes/default/widgets/genlist_property.edc 
b/data/themes/default/widgets/genlist_property.edc
index d7b4733..46a8378 100644
--- a/data/themes/default/widgets/genlist_property.edc
+++ b/data/themes/default/widgets/genlist_property.edc
@@ -387,6 +387,83 @@ group { name: "elm/genlist/item/1swallow/property";
 
 group { name: "elm/genlist/item/1swallow_wide/property";
    inherit: "elm/genlist/item/1swallow/property";
+   parts {
+      part { name: "text.item.name";
+         type: TEXT;
+         repeat_events: 1;
+         description { state: "default" 0.00;
+            align: 0.00 0.00;
+            fixed: 1 0;
+            min: 0 22;
+            color_class: "main";
+            text {
+               font: "PT";
+               size: 12;
+               max: 1 1;
+               min: 1 1;
+            }
+            rel1 {
+               relative: 1.00 0.00;
+               offset: 6 0;
+               to_x: "swallow.icon";
+               to_y: "";
+            }
+            rel2 {
+               relative: 0.00 1.00;
+               offset: -7 -1;
+               to_x: "";
+            }
+         }
+         description { state: "changed" 0.00;
+            inherit: "default" 0.00;
+            text.font: "PT-Bold";
+            rel1 {
+               relative: 1.00 0.00;
+               offset: 6 0;
+               to_x: "swallow.icon";
+               to_y: "";
+            }
+            rel2 {
+               relative: 0.00 1.00;
+               offset: -7 -1;
+               to_x: "";
+            }
+         }
+      }
+      part { name: "text.action1.name";
+         type: TEXT;
+         description { state: "default" 0.00;
+            align: 1.00 0.50;
+            color_class: "main";
+            text {
+               font: "PT";
+               size: 12;
+               min: 1 0;
+               max: 1 0;
+               align: 1.00 0.00;
+               ellipsis: -1.00;
+            }
+            rel1.to_y: "";
+            rel2 {
+               relative: 0.00 1.00;
+               offset: -4 -1;
+               to_x: "";
+            }
+         }
+      }
+      part { name: "swallow.action1";
+         type: SWALLOW;
+         description { state: "default" 0.00;
+            rel1 {
+               relative: 1.00 0.00;
+               offset: 6 3;
+               to_x: "swallow.icon";
+               to_y: "";
+            }
+            rel2.offset: -7 -4;
+         }
+      }
+   }
 }
 
 group { name: "elm/genlist/item/2swallow/property";

-- 


Reply via email to