From 08b8951750031271a63102d173e109a7a4d7e271 Mon Sep 17 00:00:00 2001 From: Nicolas Mailloux Date: Mon, 28 Jun 2021 11:17:46 -0400 Subject: [PATCH] KoBox settings: correct design issue --- koboxsettings.ui | 68 ++++++++++++++++++++++++++++++------------------ mainwindow.cpp | 1 - 2 files changed, 42 insertions(+), 27 deletions(-) diff --git a/koboxsettings.ui b/koboxsettings.ui index 42c5905..cf0f24a 100644 --- a/koboxsettings.ui +++ b/koboxsettings.ui @@ -178,6 +178,9 @@ OK + + 0 + @@ -206,6 +209,32 @@ OK + + + + Qt::Horizontal + + + + 40 + 20 + + + + + + + + + 75 + true + + + + Reset + + + @@ -242,32 +271,6 @@ OK - - - - Qt::Horizontal - - - - 40 - 20 - - - - - - - - - 75 - true - - - - Reset - - - @@ -293,6 +296,19 @@ OK + + + + Qt::Vertical + + + + 20 + 40 + + + + diff --git a/mainwindow.cpp b/mainwindow.cpp index f0aac09..e800e7c 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -20,7 +20,6 @@ #include #include #include -#include using namespace std;