|
|
|
@ -2116,7 +2116,7 @@ collections { |
|
|
|
|
} |
|
|
|
|
part { name: "terminology.title"; type: TEXT; mouse_events: 0; |
|
|
|
|
scale: 1; |
|
|
|
|
effect: GLOW; |
|
|
|
|
effect: OUTLINE_SOFT_SHADOW; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
|
text { font: "Sans:style=Bold"; size: 10; |
|
|
|
|
align: 0.5 0.5; |
|
|
|
@ -2128,6 +2128,12 @@ collections { |
|
|
|
|
rel1.to: "tab_bevel_top2"; |
|
|
|
|
rel2.to: "tab_bevel_top2"; |
|
|
|
|
} |
|
|
|
|
description { state: "bell" 0.0; |
|
|
|
|
inherit: "default" 0.0; |
|
|
|
|
color: 255 219 0 96; |
|
|
|
|
color2: 255 51 0 48; |
|
|
|
|
color3: 255 51 0 8; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
part { name: "clip"; type: RECT; |
|
|
|
|
description { state: "default" 0.0; |
|
|
|
@ -2143,6 +2149,11 @@ collections { |
|
|
|
|
signal: "mouse,clicked,1"; source: "event"; |
|
|
|
|
action: SIGNAL_EMIT "tab,activate" "terminology"; |
|
|
|
|
} |
|
|
|
|
program { name: "bell"; |
|
|
|
|
signal: "bell"; source: "terminology"; |
|
|
|
|
action: STATE_SET "bell" 0.0; |
|
|
|
|
target: "terminology.title"; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|