aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-10-03 10:29:01 +0000
committersaturneric <[email protected]>2024-10-03 10:29:01 +0000
commitd82bbd6eb479770bea7a20f6f9375791fc8ed1fa (patch)
tree9997983bcc5d0205736790707ba2fb9927f9c72a /src/ui/main_window/MainWindow.cpp
parentfeat: update project version to 2.1.5 (diff)
downloadGpgFrontend-d82bbd6eb479770bea7a20f6f9375791fc8ed1fa.tar.gz
GpgFrontend-d82bbd6eb479770bea7a20f6f9375791fc8ed1fa.zip
fix: remove minimum size restriction of main windowv2.1.5
Diffstat (limited to 'src/ui/main_window/MainWindow.cpp')
-rw-r--r--src/ui/main_window/MainWindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/main_window/MainWindow.cpp b/src/ui/main_window/MainWindow.cpp
index 2b3f3bda..e0a5d369 100644
--- a/src/ui/main_window/MainWindow.cpp
+++ b/src/ui/main_window/MainWindow.cpp
@@ -43,7 +43,7 @@
namespace GpgFrontend::UI {
MainWindow::MainWindow() : GeneralMainWindow("main_window") {
- this->setMinimumSize(1200, 870);
+ // this->setMinimumSize(1200, 870);
this->setWindowTitle(qApp->applicationName());
}