devilhorns pushed a commit to branch feature/wayland/multi-output.

http://git.enlightenment.org/core/efl.git/commit/?id=7020cbed0313b768df62f5e75c236a13dda454b1

commit 7020cbed0313b768df62f5e75c236a13dda454b1
Author: Amitesh Singh <amitesh...@samsung.com>
Date:   Wed Apr 11 18:56:55 2018 +0900

    theme: popup - define popup alert theme based on new theme
---
 data/elementary/themes/edc/efl/popup.edc | 22 ++++++++++++++++++++--
 1 file changed, 20 insertions(+), 2 deletions(-)

diff --git a/data/elementary/themes/edc/efl/popup.edc 
b/data/elementary/themes/edc/efl/popup.edc
index 491d483b42..50fb460f09 100644
--- a/data/elementary/themes/edc/efl/popup.edc
+++ b/data/elementary/themes/edc/efl/popup.edc
@@ -250,9 +250,27 @@ group { "efl/popup_alert/button";
    alias: "efl/popup_alert_text/button";
 }
 
-group { "efl/popup_alert_scroll/scroller";
-   inherit: "elm/scroller/base/popup/no_inset_shadow";
+group { name: "efl/popup_alert_scroll/scroller";
+   inherit: "efl/scroller";
    alias: "efl/popup_alert_text/scroller";
+   parts {
+      part { name: "elm.swallow.content"; type: SWALLOW;
+         description { state: "default" 0.0;
+            rel1.offset: 0 0;
+            rel2.offset: 0 0;
+         }
+      }
+      part { name: "inset";
+         description { state: "default" 0.0;
+            visible: 0;
+         }
+      }
+      part { name: "shadow";
+         description { state: "default" 0.0;
+            visible: 0;
+         }
+      }
+   }
 }
 
 group { "efl/popup_alert_text/text";

-- 


Reply via email to