diff --git a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml index 4f4ece2da..c46968d1b 100644 --- a/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml +++ b/applets/systemtray/package/contents/ui/ExpandedRepresentation.qml @@ -29,7 +29,7 @@ Item { id: popup //set width/height to avoid useless Dialog resize readonly property int defaultWidth: units.gridUnit * 24 - readonly property int defaultHeight: units.gridUnit * 21 + readonly property int defaultHeight: units.gridUnit * 24 width: defaultWidth Layout.minimumWidth: defaultWidth