Waste less space in the UI

* Adjusted layout margins

   Nested layouts lead to lots of wasted space.
 * Removed unnecessary "Close" button

   Closing the settings dialog via "x" or the close button does not make
   a difference so it can savely be removed.
This commit is contained in:
WarmUpTill
2022-08-27 01:38:52 +02:00
committed by WarmUpTill
parent 636630fdf3
commit 97720a798c
3 changed files with 32 additions and 17 deletions

View File

@@ -6,11 +6,6 @@
#include <QFileDialog>
#include <QStandardPaths>
void AdvSceneSwitcher::on_close_clicked()
{
close();
}
void AdvSceneSwitcher::reject()
{
close();