summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehyub <taehyub.kim@samsung.com>2015-10-08 14:08:24 +0900
committertaehyub <taehyub.kim@samsung.com>2015-10-08 14:23:54 +0900
commit72651baca85f78b61ca7f4c66bbda3915f0e1bef (patch)
tree53aa9f14ce98d5a6d5d34c0f68a7b119d14ff01a
parentf8cf9d741a7cbf631f1cce07f377f748a800a2f1 (diff)
downloadefl-theme-tizen-mobile-72651baca85f78b61ca7f4c66bbda3915f0e1bef.tar.gz
efl-theme-tizen-mobile-72651baca85f78b61ca7f4c66bbda3915f0e1bef.tar.bz2
efl-theme-tizen-mobile-72651baca85f78b61ca7f4c66bbda3915f0e1bef.zip
[2.4][colorselector] modified the min size and alignment of colorselector to align center
Change-Id: Id567ca179638054839d311eebf194f3270542dea
-rw-r--r--mobile/HD-inc.edc2
-rw-r--r--mobile/widgets/colorselector.edc3
2 files changed, 2 insertions, 3 deletions
diff --git a/mobile/HD-inc.edc b/mobile/HD-inc.edc
index a28855f4..63a110c1 100644
--- a/mobile/HD-inc.edc
+++ b/mobile/HD-inc.edc
@@ -47,7 +47,7 @@
// Colorselector
//****************************************************************************//
#define COLORSELECTOR_PALETTE_COLORPLANE_HEIGHT_INC 238
-#define COLORSELECTOR_PALETTE_COLORPLANE_WIDTH_INC 720
+#define COLORSELECTOR_PALETTE_COLORPLANE_WIDTH_INC 678
#define COLORSELECTOR_PORTRAIT_HOR_PAD_COLORPLANE_INC "8"
#define COLORSELECTOR_PORTRAIT_VER_PAD_COLORPLANE_INC "8"
#define COLORSELECTOR_PALETTE_COLORBG_MIN_COLORPLANE_INC 90 90
diff --git a/mobile/widgets/colorselector.edc b/mobile/widgets/colorselector.edc
index ad6c92c5..d260e2e3 100644
--- a/mobile/widgets/colorselector.edc
+++ b/mobile/widgets/colorselector.edc
@@ -35,7 +35,6 @@ group {
type: SPACER;
scale: 1;
description { state: "default" 0.0;
- align: 0.0 0.0;
min: COLORSELECTOR_PALETTE_COLORPLANE_WIDTH_INC COLORSELECTOR_PALETTE_COLORPLANE_HEIGHT_INC;
max: -1 -1;
}
@@ -70,7 +69,7 @@ group {
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
- align: 0.0 0.0;
+ align: 0.5 0.0;
fixed: 0 1;
rel1 {
relative: 0.0 1.0;