removed duplicate state that was causing a warning
This commit is contained in:
@@ -25,18 +25,6 @@ Container {
|
|||||||
defaultItem: placeholder
|
defaultItem: placeholder
|
||||||
exclusiveMonitor: monitor
|
exclusiveMonitor: monitor
|
||||||
|
|
||||||
states: [
|
|
||||||
State {
|
|
||||||
name: "hovered"
|
|
||||||
when: root.hovered
|
|
||||||
|
|
||||||
PropertyChanges {
|
|
||||||
root.barHeight: 30
|
|
||||||
root.workspaceWidth: 20
|
|
||||||
}
|
|
||||||
}
|
|
||||||
]
|
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
id: placeholder
|
id: placeholder
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user