rimmed pushed a commit to branch master.

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

commit eb6d0fc050b865993314e6454050f7a15983c433
Author: Vyacheslav Reutskiy <[email protected]>
Date:   Thu May 26 14:41:35 2016 +0300

    Tizen theme: fix restricted calc issue for single line entry
    
    Change-Id: I9ed859138e738dfd8a882561523503d2ed782c87
---
 data/themes/tizen/widgets/entry.edc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/data/themes/tizen/widgets/entry.edc 
b/data/themes/tizen/widgets/entry.edc
index 7256b9b..86d9b98 100644
--- a/data/themes/tizen/widgets/entry.edc
+++ b/data/themes/tizen/widgets/entry.edc
@@ -773,7 +773,7 @@ group { name: "elm/scroller/entry_single/default";
             max: -1 24;
             color_class: "entry_bg";
          }
-         description { state: "disable" 0.0;
+         description { state: "disabled" 0.0;
             inherit: "default" 0.0;
             color_class: "entry_bg_disabled";
          }
@@ -1106,6 +1106,7 @@ group { name: "elm/entry/base-single/default";
          source5: "elm/entry/anchor/default";
          description { state: "default" 0.0;
             min: 0 19;
+            fixed: 1 1;
             text {
                style: "entry_main_text";
                min: 1 1;
@@ -1113,6 +1114,7 @@ group { name: "elm/entry/base-single/default";
             }
          }
          description { state: "disabled" 0.0;
+            fixed: 1 1;
             min: 0 19;
             text {
                style: "entry_main_text_disabled";

-- 


Reply via email to