Fixed a Qt warning

This commit is contained in:
Matthias Koefferlein 2022-10-16 23:43:09 +02:00
parent 2441775b76
commit 2cb3e037a9
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ MainWindow::MainWindow (QApplication *app, const char *name, bool undo_enabled)
vbl->setContentsMargins (0, 0, 0, 0);
vbl->setSpacing (0);
QHBoxLayout *vbh_tab = new QHBoxLayout (mp_main_frame);
QHBoxLayout *vbh_tab = new QHBoxLayout ();
vbh_tab->setSpacing (6);
vbl->addLayout (vbh_tab);