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