Compare commits
2 commits
d887a9b244
...
03d8b5983e
| Author | SHA1 | Date | |
|---|---|---|---|
| 03d8b5983e | |||
| dddec675d2 |
1 changed files with 3 additions and 0 deletions
|
|
@ -148,6 +148,7 @@ Item {
|
||||||
|
|
||||||
Behavior on text {
|
Behavior on text {
|
||||||
Anim {
|
Anim {
|
||||||
|
target: title
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
|
|
@ -156,6 +157,7 @@ Item {
|
||||||
}
|
}
|
||||||
|
|
||||||
CustomText {
|
CustomText {
|
||||||
|
id: cls
|
||||||
Layout.fillWidth: true
|
Layout.fillWidth: true
|
||||||
text: toplevel?.lastIpcObject.class ?? ""
|
text: toplevel?.lastIpcObject.class ?? ""
|
||||||
font.pointSize: Config.font.size.small
|
font.pointSize: Config.font.size.small
|
||||||
|
|
@ -164,6 +166,7 @@ Item {
|
||||||
|
|
||||||
Behavior on text {
|
Behavior on text {
|
||||||
Anim {
|
Anim {
|
||||||
|
target: cls
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
from: 0
|
from: 0
|
||||||
to: 1
|
to: 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue