theme: set clipper size properly.

Some dialogue layout had larger size clipper than actual box size.
Correct clipper size to fit to dialogue box.
This commit is contained in:
Hermet Park 2016-07-27 22:58:06 +09:00
parent d39d88eda3
commit 32123a78d4
1 changed files with 6 additions and 1 deletions

View File

@ -212,6 +212,11 @@ group { "newfile_layout";
color: 255 255 255 255;
}
}
rect { "content_clipper";
clip_to: "clipper";
desc { "default";
}
}
rect { "bg";
clip_to: "clipper";
desc { "default";
@ -293,7 +298,7 @@ group { "newfile_layout";
}
}
swallow { "elm.swallow.content";
clip_to: "clipper";
clip_to: "content_clipper";
desc {
rel1 { to: "title_frame"; relative: 0 1; offset: 0 5; }
rel2 { to: "base_frame"; relative: 1 0.91; }