search - retouch the ui

This commit is contained in:
ChunEon Park 2014-03-08 13:23:26 +09:00
parent c9edf14ebe
commit 32cc7c4d8b
2 changed files with 5 additions and 5 deletions

View File

@ -13,7 +13,7 @@ group { name: "search";
part { name: "base";
type: SPACER;
description { state: "default" 0.0;
min: 340 90;
min: 330 90;
}
}
part { name: "left_top_padding";
@ -75,7 +75,7 @@ group { name: "search";
part { name: "elm.text.dir";
type: TEXT;
scale: 1;
effect: SHADOW BOTTOM;
effect: GLOW;
description { state: "default" 0.0;
align: 0 0;
rel1.to: "elm.text.replace";
@ -90,8 +90,8 @@ group { name: "search";
text: "Forward";
}
color: 51 153 255 255;
color3: 51 153 255 24;
color3: 51 153 255 18;
color2: 51 153 255 16;
color3: 51 153 255 8;
min: 80 30;
fixed: 1 1;
}

View File

@ -1,4 +1,4 @@
#define DEFAULT_SEARCH_WIN_W 340
#define DEFAULT_SEARCH_WIN_W 330
#define DEFAULT_SEARCH_WIN_H 90
void search_open();
void search_close();