From 537d153173606bae26f97c498df21e5d20e572df Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Thu, 28 Dec 2023 12:58:51 +0100 Subject: [PATCH] Gui: Allow narrower preferences dialog This commit introduces optional horizontal scrollbar, looses up the minimum size applied to dialog and narrows a dialog a little bit by default. --- src/Gui/DlgPreferences.ui | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Gui/DlgPreferences.ui b/src/Gui/DlgPreferences.ui index bdee77dad0..c62e828642 100644 --- a/src/Gui/DlgPreferences.ui +++ b/src/Gui/DlgPreferences.ui @@ -6,13 +6,13 @@ 0 0 - 1000 + 900 900 - 1000 + 600 500 @@ -226,7 +226,7 @@ QFrame::item { padding: 6px 8px }; QFrame::NoFrame - Qt::ScrollBarAlwaysOff + Qt::ScrollBarAsNeeded QAbstractScrollArea::AdjustIgnored @@ -239,8 +239,8 @@ QFrame::item { padding: 6px 8px }; 0 0 - 726 - 669 + 626 + 772