From 60b8c89fc4660aada4620b66fbea3370d7ad475f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ji=C5=99=C3=AD=20Pinkava?= Date: Sun, 15 Sep 2024 18:20:17 +0200 Subject: [PATCH] Gui: fix size of ComboBox in Preferences/Navigation Fixes visual artifact in the Preferences/Navigation dialog. The default value for this field is 0 (at least for some Qt versions), which does not make sense, because the element would be invisible. Also the element is actually invisible when editing the UI file in QtCreator. Using the default "max" value set for other fields. --- src/Gui/PreferencePages/DlgSettingsNavigation.ui | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/PreferencePages/DlgSettingsNavigation.ui b/src/Gui/PreferencePages/DlgSettingsNavigation.ui index 7ca82de64d8d..afcd9db07246 100644 --- a/src/Gui/PreferencePages/DlgSettingsNavigation.ui +++ b/src/Gui/PreferencePages/DlgSettingsNavigation.ui @@ -145,6 +145,7 @@ 240 + 16777215