[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.
wilder-5.25
Kai Uwe Broulik 4 years ago committed by Nate Graham
parent 0afcc120eb
commit 9e1ab30cca
  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