projects
/
profile
/
tv
/
apps
/
native
/
air_settings.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d24b5eb
)
support: use defined value
93/48993/1
author
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 5 Oct 2015 01:12:53 +0000
(10:12 +0900)
committer
Minkyu Kang
<mk7.kang@samsung.com>
Mon, 5 Oct 2015 01:12:53 +0000
(10:12 +0900)
Change-Id: Ic392e5a8bcc65f7cc2d3b380bc0386849c002a75
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
src/layout/layout_support.c
patch
|
blob
|
history
diff --git
a/src/layout/layout_support.c
b/src/layout/layout_support.c
index 4e052bfd75847a82562c4c4e4f9839603ebfc799..dfc3e16b62e736068d75b32681cfd6206a20af3b 100644
(file)
--- a/
src/layout/layout_support.c
+++ b/
src/layout/layout_support.c
@@
-25,6
+25,9
@@
#include "utils.h"
#include "menumgr.h"
+#define PADDING_X 26
+#define PADDING_Y 26
+
#define VERSION_UNKNOWN "Unknown"
struct _priv {
@@
-124,7
+127,7
@@
static bool _add_layout_contents(struct _priv *priv)
Evas_Object *table;
struct menumgr *menu;
- table = utils_add_table(priv->ly,
26, 26
);
+ table = utils_add_table(priv->ly,
PADDING_X, PADDING_Y
);
if (!table) {
_ERR("failed to add table");
return false;