diff options
author | Saturneric <[email protected]> | 2021-08-12 05:09:37 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2021-08-12 05:09:37 +0000 |
commit | 2029d17896edac2e86bff0a12e69f7d1cf9e3eb5 (patch) | |
tree | bb8eeadf00848506d0d3f1aa11b4f3cda614073f /src/ui/settings/SettingsDialog.cpp | |
parent | Continue to fix Compile Issue (diff) | |
download | GpgFrontend-2029d17896edac2e86bff0a12e69f7d1cf9e3eb5.tar.gz GpgFrontend-2029d17896edac2e86bff0a12e69f7d1cf9e3eb5.zip |
Beautify UI
Diffstat (limited to '')
-rw-r--r--[-rwxr-xr-x] | src/ui/settings/SettingsDialog.cpp (renamed from src/ui/SettingsDialog.cpp) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/SettingsDialog.cpp b/src/ui/settings/SettingsDialog.cpp index d110a64a..f107dbbc 100755..100644 --- a/src/ui/SettingsDialog.cpp +++ b/src/ui/settings/SettingsDialog.cpp @@ -72,6 +72,7 @@ SettingsDialog::SettingsDialog(GpgME::GpgContext *ctx, QWidget *parent) connect(this, SIGNAL(signalRestartNeeded(bool)), parent, SLOT(slotSetRestartNeeded(bool))); + this->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Preferred); this->show(); } |