diff --git a/applets/kickoff/package/contents/ui/FullRepresentation.qml b/applets/kickoff/package/contents/ui/FullRepresentation.qml --- a/applets/kickoff/package/contents/ui/FullRepresentation.qml +++ b/applets/kickoff/package/contents/ui/FullRepresentation.qml @@ -32,7 +32,10 @@ Item { id: root Layout.minimumWidth: units.gridUnit * 26 + Layout.maximumWidth: Layout.minimumWidth + Layout.minimumHeight: units.gridUnit * 34 + Layout.maximumHeight: Layout.minimumHeight property string previousState property bool switchTabsOnHover: plasmoid.configuration.switchTabsOnHover