summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorWoochan Lee <wc0917.lee@samsung.com>2015-07-29 23:18:17 +0200
committerCedric BAIL <cedric@osg.samsung.com>2015-08-04 15:21:40 +0200
commit9c93021c1a37991e9b3f8c17d7b23bcad999bfc8 (patch)
tree5b8160f2159253aefd88b5e4720e0ceb2944d460 /data
parente7842db809cf2543119cf17dff492f2fc241ed82 (diff)
downloadelementary-9c93021c1a37991e9b3f8c17d7b23bcad999bfc8.tar.gz
multibuttonentry: add horizontal, vertical padding between items.
Summary: There is no way to give padding between each items, previously. So i added horizontal, vertical padding here. I will add APIs for set, get padding size set, get. @feature Test Plan: Change the horizontal, vertical paddidng value in multibuttonentry.edc Run elementary_test Execute multibuttonentry sample. Add items. Check the padding between items. Reviewers: woohyun, seoz, Hermet, raster Reviewed By: Hermet, raster Subscribers: raster Differential Revision: https://phab.enlightenment.org/D2534 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
Diffstat (limited to 'data')
-rw-r--r--data/themes/edc/elm/multibuttonentry.edc3
1 files changed, 3 insertions, 0 deletions
diff --git a/data/themes/edc/elm/multibuttonentry.edc b/data/themes/edc/elm/multibuttonentry.edc
index 7c3f1994f..5c19209e9 100644
--- a/data/themes/edc/elm/multibuttonentry.edc
+++ b/data/themes/edc/elm/multibuttonentry.edc
@@ -1,4 +1,7 @@
group { name: "elm/multibuttonentry/base/default";
+ data.item: "horizontal_pad" 0;
+ data.item: "vertical_pad" 0;
+ data.item: "closed_height" 0;
parts {
part { name: "box.swallow"; type: SWALLOW;
description { state: "default" 0.0;