theme: fix the wrong layout.

Tools should be overlaid on the content.
Previously, console was over the tools layer but it's wrong.
This commit is contained in:
Hermet Park 2016-08-23 01:07:50 +09:00
parent 0ffbb836c7
commit 6c5edd4e34
1 changed files with 11 additions and 11 deletions

View File

@ -2501,6 +2501,17 @@ group { "main_layout";
group { "tools_layout";
parts {
swallow { "elm.swallow.content";
scale: 1;
desc { "default";
rel1 {
relative: 0.0 1.0;
to_y: "elm.swallow.tools";
}
rel2.to_y: "elm.swallow.fixed_bar";
rel2.relative: 1.0 0.0;
}
}
rect { "tools_base";
scale: 1;
desc { "default";
@ -2536,17 +2547,6 @@ group { "tools_layout";
image.border_scale: 1;
}
}
swallow { "elm.swallow.content";
scale: 1;
desc { "default";
rel1 {
relative: 0.0 1.0;
to_y: "elm.swallow.tools";
}
rel2.to_y: "elm.swallow.fixed_bar";
rel2.relative: 1.0 0.0;
}
}
rect { "fixed_bar_bg";
desc { "default";
color: 175 175 175 175;