From 0b9091f8da3f08514aea5299718b6f21df42f178 Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Sat, 28 Aug 2021 14:06:11 +0200 Subject: [PATCH] [kcms/icons] Clip ListView in popup Otherwise the content exceeds the ScrollView --- kcms/icons/package/contents/ui/IconSizePopup.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/kcms/icons/package/contents/ui/IconSizePopup.qml b/kcms/icons/package/contents/ui/IconSizePopup.qml index 60f22d374..a5fa0dac1 100644 --- a/kcms/icons/package/contents/ui/IconSizePopup.qml +++ b/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