From 19266119ea827a13acefe0ac223d803a186d0e88 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 23 Aug 2026 11:49:20 +0200 Subject: [PATCH] Clipboard history needs to be bigger! --- shell/plugins/clipboard/Clipboard.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/plugins/clipboard/Clipboard.qml b/shell/plugins/clipboard/Clipboard.qml index fde49b3f..d819f949 100644 --- a/shell/plugins/clipboard/Clipboard.qml +++ b/shell/plugins/clipboard/Clipboard.qml @@ -37,7 +37,7 @@ Item { property int cardWidth: Math.min(Style.space(875), panel.width - Style.gapsOut * 2) property int cardHeight: Math.min(Style.space(600), panel.height - Style.gapsOut * 2) property int rowHeight: Math.max(Style.space(50), Style.font.body + Style.font.caption + Style.spacing.rowPaddingX * 2) - property int historyLimit: 300 + property int historyLimit: 500 function open(payloadJson) { root.opened = true