Fix hover, systray menu and theming
This commit is contained in:
@@ -8,11 +8,7 @@ Singleton {
|
||||
|
||||
property var component: null
|
||||
property string type: ""
|
||||
property int width: 100
|
||||
property int height: 100
|
||||
property int x: component? component.implicitWidth : 0
|
||||
property int y: component? (component.implicitHeight + Theme.gaps) : 100
|
||||
property bool visible: false
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user