rimmed pushed a commit to branch master.

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

commit 789b05403b4c833b88b7dbdf20779a8f59e0a299
Author: Vitalii Vorobiov <[email protected]>
Date:   Wed May 25 21:14:55 2016 +0300

    popup_style: make specific TIZEN-related style
---
 data/themes/tizen/widgets/layout.edc | 42 +++++++++++++++++++-----------------
 1 file changed, 22 insertions(+), 20 deletions(-)

diff --git a/data/themes/tizen/widgets/layout.edc 
b/data/themes/tizen/widgets/layout.edc
index d0504ac..b1fe743 100644
--- a/data/themes/tizen/widgets/layout.edc
+++ b/data/themes/tizen/widgets/layout.edc
@@ -88,20 +88,20 @@ group { name: "elm/layout/popup/hint";
             color: 0 0 0 0;
          }
       }
+      part { name: "border";
+         type: RECT;
+         description { state: "default" 0.0;
+            color: 0 138 238 255;
+            rel1.offset: -7 -7;
+            rel2.offset: 7 7;
+         }
+      }
       part { name: "bg";
-         type: IMAGE;
+         type: RECT;
          description { state: "default" 0.0;
-            rel1 {
-               offset: -6 -6;
-            }
-            rel2 {
-               offset: 6 6;
-            }
-            image {
-               normal: "hint-background.png";
-               border: 5 5 3 3;
-               middle: DEFAULT;
-            }
+            color: 215 215 215 255;
+            rel1.offset: -6 -6;
+            rel2.offset: 6 6;
          }
       }
       part { name: "elm.swallow.content";
@@ -141,7 +141,6 @@ group { name: "elm/layout/popup/hint";
    }
 }
 
-
 group { name: "elm/layout/popup/hint_title";
    images {
       image: "hint-background.png" COMP;
@@ -156,9 +155,18 @@ group { name: "elm/layout/popup/hint_title";
             color: 0 0 0 0;
          }
       }
+      part { name: "border";
+         type: RECT;
+         description { state: "default" 0.0;
+            color: 0 138 238 255;
+            rel1.offset: -7 -7;
+            rel2.offset: 7 7;
+         }
+      }
       part { name: "bg";
-         type: IMAGE;
+         type: RECT;
          description { state: "default" 0.0;
+            color: 215 215 215 255;
             rel1 {
                to_y: "elm.text";
                to_x: "elm.swallow.content";
@@ -168,10 +176,6 @@ group { name: "elm/layout/popup/hint_title";
                to: "elm.swallow.content";
                offset: 6 6;
             }
-            image {
-               normal: "hint-background.png";
-               border: 5 5 3 3;
-            }
          }
       }
       part { name: "elm.text";
@@ -213,8 +217,6 @@ group { name: "elm/layout/popup/hint_title";
    }
 }
 
-
-
 group { name: "elm/layout/property/default";
    parts {
       part { name: "bg_content";

-- 


Reply via email to