enventor - adjust panes left/right arrow width

This commit is contained in:
ChunEon Park 2013-08-21 02:10:13 +09:00
parent 9aced4aa58
commit e5ee428801
1 changed files with 2 additions and 2 deletions

View File

@ -2251,7 +2251,7 @@ group { name: "elm/panes/vertical/enventor";
part { name: "elm.swallow.left_arrow";
type: SWALLOW;
description { state: "default" 0.0;
min: 0 20;
min: 20 20;
fixed: 1 1;
align: 0.5 1;
rel1.to: "elm.bar";
@ -2266,7 +2266,7 @@ group { name: "elm/panes/vertical/enventor";
part { name: "elm.swallow.right_arrow";
type: SWALLOW;
description { state: "default" 0.0;
min: 0 20;
min: 20 20;
fixed: 1 1;
align: 0.5 0;
rel1.to: "elm.bar";