aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/main_window/MainWindow.cpp
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-07-28 21:09:43 +0000
committersaturneric <[email protected]>2024-07-28 21:09:43 +0000
commit1b3925284a988070d539ce9bd0a734670da6f468 (patch)
tree8fb097b8266857a2434fdd9941b199b9f1b01491 /src/ui/main_window/MainWindow.cpp
parentfix: some build issues of github actions (diff)
downloadGpgFrontend-1b3925284a988070d539ce9bd0a734670da6f468.tar.gz
GpgFrontend-1b3925284a988070d539ce9bd0a734670da6f468.zip
fix: adjust min size of main window and key management
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 1b9329c7..3106f226 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, 700);
+ this->setMinimumSize(1200, 870);
this->setWindowTitle(qApp->applicationName());
}