[Icons KCM] Give measure delegate a text

It appears at some point `ItemDelegate` changed to collapse
when it has no text, breaking the popup size calculation.


(cherry picked from commit 9e1ab30cca)
wilder-5.24
Kai Uwe Broulik 4 years ago committed by Nate Graham
parent eb9a32b577
commit 13fd1a2743
  1. 2
      kcms/icons/package/contents/ui/IconSizePopup.qml

@ -44,6 +44,8 @@ QtControls.Popup {
QtControls.ItemDelegate { // purely for metrics...
id: measureDelegate
// without text it has no real height
text: "For metrics only"
visible: false
}

Loading…
Cancel
Save