From a599fa1a6338d58b09e26fa48c58faf75e9c0384 Mon Sep 17 00:00:00 2001 From: Matt Lowe Date: Sat, 17 Jan 2015 17:30:24 +0100 Subject: [PATCH] Removed manual sizing replaced the resize(x, y) to "pack" the widgets. It saves space and makes the settings tighter. --- cockatrice/src/dlg_settings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cockatrice/src/dlg_settings.cpp b/cockatrice/src/dlg_settings.cpp index b3d9b1b8..61cefb6f 100644 --- a/cockatrice/src/dlg_settings.cpp +++ b/cockatrice/src/dlg_settings.cpp @@ -698,7 +698,7 @@ DlgSettings::DlgSettings(QWidget *parent) retranslateUi(); - resize(800, 450); + adjustSize(); } void DlgSettings::createIcons()