removed duplicate state that was causing a warning

This commit is contained in:
2026-08-17 17:04:43 +01:00
parent f90e62d25b
commit 4a813121c7

View File

@@ -25,18 +25,6 @@ Container {
defaultItem: placeholder
exclusiveMonitor: monitor
states: [
State {
name: "hovered"
when: root.hovered
PropertyChanges {
root.barHeight: 30
root.workspaceWidth: 20
}
}
]
Component {
id: placeholder