adjust status bar text part size.

18 is over the staus bar height.
makes text parts height fit to status bar height exactly.
This commit is contained in:
ChunEon Park 2014-01-26 03:14:07 +09:00
parent ae99386a53
commit 86b92abd32
1 changed files with 4 additions and 4 deletions

View File

@ -141,7 +141,7 @@ group { name: "statusbar_layout";
description {
rel2.relative: 0.0 1.0;
align: 0 0.5;
min: 120 18;
min: 120 14;
fixed: 1 1;
rel1.offset: 0 -2;
rel2.offset: -1 -3;
@ -157,7 +157,7 @@ group { name: "statusbar_layout";
rel1.relative: 1 0.0;
rel2.to: "elm.text.view_size";
rel2.relative: 1 1.0;
min: 180 18;
min: 180 14;
fixed: 1 1;
align: 0 0.5;
text.style: "entry_statusbar_style";
@ -172,7 +172,7 @@ group { name: "statusbar_layout";
rel1.relative: 1 0.0;
rel2.to: "elm.text.line";
rel2.relative: 0 1.0;
min: 180 18;
min: 180 14;
align: 1 0.5;
fixed: 1 1;
text.style: "entry_statusbar_style";
@ -187,7 +187,7 @@ group { name: "statusbar_layout";
rel1.offset: 0 -2;
rel2.offset: -1 -3;
align: 1 0.5;
min: 100 18;
min: 100 14;
fixed: 1 1;
text.style: "entry_statusbar_style";
}