default theme: have tab close scale

This commit is contained in:
Boris Faure 2020-02-12 23:25:01 +01:00
parent 756e5d63a1
commit a844ba7e14
Signed by untrusted user who does not match committer: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 26 additions and 22 deletions

View File

@ -1748,20 +1748,24 @@ collections {
}
}
part { name: "tabclose"; type: IMAGE;
scale: 1;
description { state: "default" 0.0;
image {
normal: "tab_close.png";
};
aspect: 1.0 1.0; aspect_preference: BOTH;
align: 1.0 0.5;
image.normal: "tab_close.png";
rel1 {
to: "tabmiddle";
relative: 1.0 0.5;
offset: -20 -8;
to_y: "tabmiddle";
to_x: "tab_bevel_top3";
relative: 0.0 0.2;
}
rel2 {
to: "tabmiddle";
relative: 1.0 0.5;
offset: -2 8;
to_y: "tabmiddle";
to_x: "tab_bevel_top3";
relative: 1.0 0.8;
}
min: 19 19;
max: 19 19;
fixed: 1 1;
visible: 0;
}
description { state: "tab" 0.0;