elm filesel - scale button in filesel button.

This commit is contained in:
Carsten Haitzler 2014-01-22 15:19:17 +09:00
parent 3ee1a576e3
commit 59bc4cff0e
1 changed files with 3 additions and 1 deletions

View File

@ -191,12 +191,14 @@ group { name: "elm/fileselector_entry/base/default";
}
}
part { name: "elm.swallow.button"; type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
align: 1.0 0.0;
fixed: 1 0;
min: 40 4;
rel1 {
relative: 1.0 0.0;
offset: -41 0;
offset: -1 0;
}
}
}