diff --git a/Bar/WorkspaceSelector.qml b/Bar/WorkspaceSelector.qml index 042e365..8de4fbe 100644 --- a/Bar/WorkspaceSelector.qml +++ b/Bar/WorkspaceSelector.qml @@ -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