summaryrefslogtreecommitdiff
path: root/data/elementary/themes/edc/elm/popup.edc
diff options
context:
space:
mode:
Diffstat (limited to 'data/elementary/themes/edc/elm/popup.edc')
-rw-r--r--data/elementary/themes/edc/elm/popup.edc10
1 files changed, 8 insertions, 2 deletions
diff --git a/data/elementary/themes/edc/elm/popup.edc b/data/elementary/themes/edc/elm/popup.edc
index 86ac2bf6f4..5d34b28e2e 100644
--- a/data/elementary/themes/edc/elm/popup.edc
+++ b/data/elementary/themes/edc/elm/popup.edc
@@ -510,14 +510,20 @@ group { name: "elm/popup/base/subpopup";
//Efl.Ui.Popup Themes
group { "elm/popup/base/view";
+ images.image: "rounded_square.png" COMP;
parts {
- rect { "base";
+ image { "base";
desc { "default";
min: 100 100;
- color: 0 0 255 255;
+ image.border: 15 15 15 15;
+ image.normal: "rounded_square.png";
}
}
swallow { "elm.swallow.content";
+ desc { "default";
+ rel1.offset: 10 10;
+ rel2.offset: -11 -11;
+ }
}
}
}