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,31 +1748,35 @@ collections {
} }
} }
part { name: "tabclose"; type: IMAGE; part { name: "tabclose"; type: IMAGE;
description { state: "default" 0.0; scale: 1;
image { description { state: "default" 0.0;
normal: "tab_close.png"; aspect: 1.0 1.0; aspect_preference: BOTH;
}; align: 1.0 0.5;
rel1 { image.normal: "tab_close.png";
to: "tabmiddle"; rel1 {
relative: 1.0 0.5; to_y: "tabmiddle";
offset: -20 -8; to_x: "tab_bevel_top3";
} relative: 0.0 0.2;
rel2 { }
to: "tabmiddle"; rel2 {
relative: 1.0 0.5; to_y: "tabmiddle";
offset: -2 8; to_x: "tab_bevel_top3";
} relative: 1.0 0.8;
visible: 0; }
} min: 19 19;
description { state: "tab" 0.0; max: 19 19;
inherit: "default" 0.0; fixed: 1 1;
visible: 1; visible: 0;
} }
description { state: "tab" 0.0;
inherit: "default" 0.0;
visible: 1;
}
} }
program { program {
signal: "mouse,up,1"; source: "tabmiddle"; signal: "mouse,up,1"; source: "tabmiddle";
action: SIGNAL_EMIT "tab,drag,stop" "terminology"; action: SIGNAL_EMIT "tab,drag,stop" "terminology";
} }
program { program {
signal: "mouse,move"; source: "tabmiddle"; signal: "mouse,move"; source: "tabmiddle";
script { script {