From b1b1583b5406f09e728465364d87cfbb3c707376 Mon Sep 17 00:00:00 2001 From: Hermet Park Date: Tue, 10 May 2016 23:29:59 +0900 Subject: [PATCH] tools: fixed 0 1; warning issue. --- data/themes/default/layout_common.edc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/themes/default/layout_common.edc b/data/themes/default/layout_common.edc index edd22fa..0fb0e35 100644 --- a/data/themes/default/layout_common.edc +++ b/data/themes/default/layout_common.edc @@ -3211,7 +3211,7 @@ group { "text_editor_tools_layout"; relative: 0.0 0.5; } min: 1 18; - fixed: 1 0; + fixed: 1 1; align: 1.0 0.5; color: 48 48 48 255; } @@ -3411,4 +3411,4 @@ group { name: "edit_layout"; transition: DECELERATE 0.125; } } -} \ No newline at end of file +}