tweak: separate window title and class update transitions
This commit is contained in:
parent
e45f412930
commit
dddec675d2
1 changed files with 3 additions and 2 deletions
|
|
@ -148,7 +148,7 @@ Item {
|
|||
|
||||
Behavior on text {
|
||||
Anim {
|
||||
target: names
|
||||
target: title
|
||||
property: "opacity"
|
||||
from: 0
|
||||
to: 1
|
||||
|
|
@ -157,6 +157,7 @@ Item {
|
|||
}
|
||||
|
||||
CustomText {
|
||||
id: cls
|
||||
Layout.fillWidth: true
|
||||
text: toplevel?.lastIpcObject.class ?? ""
|
||||
font.pointSize: Config.font.size.small
|
||||
|
|
@ -165,7 +166,7 @@ Item {
|
|||
|
||||
Behavior on text {
|
||||
Anim {
|
||||
target: names
|
||||
target: cls
|
||||
property: "opacity"
|
||||
from: 0
|
||||
to: 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue