Compare commits
2 commits
d887a9b244
...
03d8b5983e
| Author | SHA1 | Date | |
|---|---|---|---|
| 03d8b5983e | |||
| dddec675d2 |
1 changed files with 4 additions and 3 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
|
||||
|
|
@ -215,7 +216,7 @@ Item {
|
|||
if (root.uiState.workspaces.get(i).workspace === root.toplevel?.workspace)
|
||||
return qsTr("Workspace: %1").arg(i + 1)
|
||||
}
|
||||
return qsTr("Workspace unknown")
|
||||
return qsTr("Workspace: unknown")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue