summaryrefslogtreecommitdiff
path: root/mobile/widgets/layout.edc
diff options
context:
space:
mode:
authorYoungbok Shin <youngb.shin@samsung.com>2015-05-18 21:43:50 +0900
committerYoungbok Shin <youngb.shin@samsung.com>2015-05-19 11:31:36 +0900
commite5435b33b1caea44b83bc61aa30a5c36a66a6026 (patch)
treea2224689cd2220824897ecde58c2169d51fbd9db /mobile/widgets/layout.edc
parent5299f200c0288c2aef66e6f5ad9f773a75cfe82d (diff)
downloadefl-theme-tizen-mobile-e5435b33b1caea44b83bc61aa30a5c36a66a6026.tar.gz
efl-theme-tizen-mobile-e5435b33b1caea44b83bc61aa30a5c36a66a6026.tar.bz2
efl-theme-tizen-mobile-e5435b33b1caea44b83bc61aa30a5c36a66a6026.zip
layout/nocontent: Fix to expand background image's size when it is smaller than "bg" part.
Change-Id: I12d1360c356a4e7f33595c961e938ae1c36907ec
Diffstat (limited to 'mobile/widgets/layout.edc')
-rw-r--r--mobile/widgets/layout.edc5
1 files changed, 3 insertions, 2 deletions
diff --git a/mobile/widgets/layout.edc b/mobile/widgets/layout.edc
index f1355d15..90238e24 100644
--- a/mobile/widgets/layout.edc
+++ b/mobile/widgets/layout.edc
@@ -103,9 +103,10 @@ group {
scale: 1;
description { state: "default" 0.0;
min: 0 NO_CONTENT_BG_HEIGHT_INC;
- rel1.relative: 0.0 1.0;
+ rel1.to: "bg";
+ rel2.to: "bg";
align: 0.5 1.0;
- fixed: 0 1;
+ fixed: 1 1;
image.normal: "core_theme_bg_01.png";
}
}