From 950a7db44b8f1f97b8963d43def3c834d7f81ce1 Mon Sep 17 00:00:00 2001 From: Kai Uwe Broulik Date: Mon, 11 Jul 2022 23:08:30 +0200 Subject: [PATCH] [Run Command] reuse items in ListView Should speed up KRunner while typing --- lookandfeel/contents/runcommand/RunCommand.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lookandfeel/contents/runcommand/RunCommand.qml b/lookandfeel/contents/runcommand/RunCommand.qml index 2750a8870..c42e27113 100644 --- a/lookandfeel/contents/runcommand/RunCommand.qml +++ b/lookandfeel/contents/runcommand/RunCommand.qml @@ -4,7 +4,7 @@ SPDX-License-Identifier: GPL-2.0-or-later */ -import QtQuick 2.6 +import QtQuick 2.15 import QtQuick.Layouts 1.1 import QtQuick.Window 2.1 @@ -315,6 +315,7 @@ ColumnLayout { highlightMoveDuration: 0 activeFocusOnTab: true model: [] + reuseItems: true delegate: Milou.ResultDelegate { id: resultDelegate width: listView.width