tools: fixed 0 1; warning issue.

This commit is contained in:
Hermet Park 2016-05-10 23:29:59 +09:00
parent 5dbfbd64f3
commit b1b1583b54
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}
}
}
}