From 41544c57d581752787525adec128424ae335febf Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 20 Aug 2020 15:26:23 +1000 Subject: [PATCH] fix find&replace getting too large https://forums.ankiweb.net/t/bug-find-and-replace-dialog-displays-length-of-longest-string-in-dropdown-list/2469 --- qt/designer/findreplace.ui | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/qt/designer/findreplace.ui b/qt/designer/findreplace.ui index e39103381..ab0913096 100644 --- a/qt/designer/findreplace.ui +++ b/qt/designer/findreplace.ui @@ -7,7 +7,7 @@ 0 0 367 - 209 + 224 @@ -37,6 +37,9 @@ QComboBox::NoInsert + + QComboBox::AdjustToMinimumContentsLength + @@ -60,6 +63,9 @@ QComboBox::NoInsert + + QComboBox::AdjustToMinimumContentsLength + @@ -70,7 +76,11 @@ - + + + QComboBox::AdjustToMinimumContentsLength + +