From 2035400eb09246eaeffa2b5dd3d0a2e9672bc513 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Tue, 11 Oct 2011 09:49:08 +0900 Subject: [PATCH] [*][layout] apply indicator's height for base layout --- themes/groups/layout.edc | 12 +++++++----- themes/inc/nbeat-black-hd-inc.edc | 1 + themes/inc/nbeat-black-inc.edc | 1 + themes/inc/nbeat-hd-inc.edc | 1 + themes/inc/nbeat-inc.edc | 1 + 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/themes/groups/layout.edc b/themes/groups/layout.edc index b9c2fcd..c344f43 100644 --- a/themes/groups/layout.edc +++ b/themes/groups/layout.edc @@ -33,9 +33,10 @@ } part { name: "indicator"; type: RECT; - description { state: "default" 0.0; - min: 0 50; - max: 999999 50; + scale: 1; + description { state: "default" 0.0; + min: 0 LAYOUT_INDICATOR_HEIGHT_INC; + max: 999999 LAYOUT_INDICATOR_HEIGHT_INC; fixed: 0 1; align: 0.5 0; visible: 0; @@ -70,9 +71,10 @@ } part { name: "indicator"; type: RECT; + scale: 1; description { state: "default" 0.0; - min: 0 50; - max: 999999 50; + min: 0 LAYOUT_INDICATOR_HEIGHT_INC; + max: 999999 LAYOUT_INDICATOR_HEIGHT_INC; fixed: 0 1; align: 0.5 0; visible: 0; diff --git a/themes/inc/nbeat-black-hd-inc.edc b/themes/inc/nbeat-black-hd-inc.edc index 42d3bf2..b6e3c24 100644 --- a/themes/inc/nbeat-black-hd-inc.edc +++ b/themes/inc/nbeat-black-hd-inc.edc @@ -29,6 +29,7 @@ #define LAYOUT_BG_COLOR_INC 0 0 0 255 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 36 36 36 255 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 15 15 15 255 +#define LAYOUT_INDICATOR_HEIGHT_INC 50 #define NAVIFRAME_TITLE_H_INC 90 #define NAVIFRAME_OH_CLOSED_H_INC 8 diff --git a/themes/inc/nbeat-black-inc.edc b/themes/inc/nbeat-black-inc.edc index 0a86a7e..e202e9b 100644 --- a/themes/inc/nbeat-black-inc.edc +++ b/themes/inc/nbeat-black-inc.edc @@ -29,6 +29,7 @@ #define LAYOUT_BG_COLOR_INC 0 0 0 255 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 36 36 36 255 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 15 15 15 255 +#define LAYOUT_INDICATOR_HEIGHT_INC 34 #define NAVIFRAME_TITLE_H_INC 50 #define NAVIFRAME_OH_CLOSED_H_INC 5 diff --git a/themes/inc/nbeat-hd-inc.edc b/themes/inc/nbeat-hd-inc.edc index 7892ae7..e696b4d 100644 --- a/themes/inc/nbeat-hd-inc.edc +++ b/themes/inc/nbeat-hd-inc.edc @@ -29,6 +29,7 @@ #define LAYOUT_BG_COLOR_INC 249 249 249 255 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 218 210 201 255 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 242 238 233 255 +#define LAYOUT_INDICATOR_HEIGHT_INC 50 #define NAVIFRAME_TITLE_H_INC 90 #define NAVIFRAME_OH_CLOSED_H_INC 8 diff --git a/themes/inc/nbeat-inc.edc b/themes/inc/nbeat-inc.edc index ac233e6..a5c9ccb 100644 --- a/themes/inc/nbeat-inc.edc +++ b/themes/inc/nbeat-inc.edc @@ -29,6 +29,7 @@ #define LAYOUT_BG_COLOR_INC 249 249 249 255 #define LAYOUT_EDIT_MODE_BG_COLOR_INC 218 210 201 255 #define LAYOUT_GROUP_LIST_BG_COLOR_INC 242 238 233 255 +#define LAYOUT_INDICATOR_HEIGHT_INC 34 #define NAVIFRAME_TITLE_H_INC 50 #define NAVIFRAME_OH_CLOSED_H_INC 5 -- 2.7.4