Fix markup of edjshare base dialog.

This commit is contained in:
Mykyta Biliavskyi 2015-11-12 17:34:00 +00:00
parent 3a03096269
commit 8ce488e506
1 changed files with 45 additions and 34 deletions

View File

@ -1621,7 +1621,6 @@ group { name: "share_base_layout";
}
color: 255 255 255 255;
color3: 0 0 0 128;
// min: 180 20;
fixed: 1 1;
}
}
@ -1632,7 +1631,7 @@ group { name: "share_base_layout";
rel1.relative: 1 0;
rel2.relative: 1 0;
rel1.to: "elm.text.share";
rel2.to_y: "bottom.pad";
rel2.to_y: "button.pad";
rel2.offset: -5 -1;
fixed: 1 1;
}
@ -1661,7 +1660,7 @@ group { name: "share_base_layout";
}
}
spacer { "bottom.pad";
spacer { "button.pad";
desc { "default";
min: 5 5;
max: 5 5;
@ -1679,8 +1678,9 @@ group { name: "share_base_layout";
scale: 1;
description { state: "default" 0.0;
rel2 {
relative: 0 1;
to_x: "bottom.pad";
relative: 0 0;
to_x: "button.pad";
to_y: "bottom.pad";
}
min: 75 25;
max: 75 25;
@ -1694,14 +1694,25 @@ group { name: "share_base_layout";
align: 0 1;
rel1 {
relative: 1 1;
to: "bottom.pad";
to: "button.pad";
}
rel2.relative: 1 0;
rel2.to_y: "bottom.pad";
min: 75 25;
max: 75 25;
fixed: 1 1;
}
}
spacer { "bottom.pad"
desc {
align: 1 1;
rel1.to: "base";
rel2.to: "base";
min: 5 5;
max: 5 5;
}
}
}
}