panes arrow buttons should be scalable.

This commit is contained in:
ChunEon Park 2014-01-26 03:29:12 +09:00
parent 86b92abd32
commit 554adbaf98
1 changed files with 2 additions and 0 deletions

View File

@ -2132,6 +2132,7 @@ group { name: "elm/panes/vertical/enventor";
}
part { name: "elm.swallow.left_arrow";
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
min: 20 20;
fixed: 1 1;
@ -2145,6 +2146,7 @@ group { name: "elm/panes/vertical/enventor";
}
part { name: "elm.swallow.right_arrow";
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
min: 20 20;
fixed: 1 1;