elm/wayland: Fix default theme to use new client area.

This commit is contained in:
Rafael Antognolli 2013-08-24 14:32:23 -03:00
parent e663eb4411
commit 3c16446373
1 changed files with 13 additions and 0 deletions

View File

@ -96,6 +96,19 @@ group { name: "elm/border/base/default";
visible: 0;
}
}
part {
name: "elm.swallow.client";
type: SWALLOW;
description {
state: "default" 0.0;
rel1 {
offset: 0 22;
}
rel2 {
offset: -1 -5;
}
}
}
part {
name: "icon_area";
type: RECT;