[kcms/icons] Clip ListView in popup

Otherwise the content exceeds the ScrollView
wilder-5.24
Nicolas Fella 5 years ago
parent b9a1e98742
commit 0b9091f8da
  1. 1
      kcms/icons/package/contents/ui/IconSizePopup.qml

@ -62,6 +62,7 @@ QtControls.Popup {
keyNavigationEnabled: true
keyNavigationWraps: true
highlightMoveDuration: 0
clip: true
model: kcm.iconSizeCategoryModel
currentIndex: 0 // Initialize with the first item

Loading…
Cancel
Save