default theme: fix part names in dialog

Summary:
Ref T6966
Depends on D6461

Reviewers: zmike, devilhorns

Reviewed By: zmike

Subscribers: cedric, #committers

Tags: #efl

Maniphest Tasks: T6966

Differential Revision: https://phab.enlightenment.org/D6462
This commit is contained in:
Xavi Artigas 2018-06-29 11:29:40 -04:00 committed by Mike Blumenkrantz
parent 97c51a6701
commit c42a7b6bfe
1 changed files with 3 additions and 3 deletions

View File

@ -43,7 +43,7 @@ group { name: "e/widgets/dialog/main";
rel1.offset: 4 4;
rel2.relative: 0.0 1.0;
rel2.offset: -1 0;
rel2.to_y: "button.spacer";
rel2.to_y: "button_spacer";
fixed: 1 0;
visible: 0;
}
@ -58,7 +58,7 @@ group { name: "e/widgets/dialog/main";
rel1.to_x: "base";
rel2.to_x: "base";
rel2.offset: -5 -1;
rel2.to_y: "button.spacer";
rel2.to_y: "button_spacer";
}
description { state: "icon" 0.0;
inherit: "default" 0.0;
@ -66,7 +66,7 @@ group { name: "e/widgets/dialog/main";
rel1.to_x: "e.swallow.icon";
}
}
spacer { "button.spacer";
spacer { "button_spacer";
desc {
rel2.relative: 1.0 0.0;
rel2.offset: -5 -8;