1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Commands and presets: tabify dock widgets. Changed placement of the delete button

This commit is contained in:
f4exb
2018-01-05 18:53:01 +01:00
parent 5d7ffe7a50
commit 9435c7446f
2 changed files with 125 additions and 124 deletions
+2
View File
@@ -534,6 +534,8 @@ void MainWindow::loadSettings()
treeItem = addCommandToTree(m_settings.getCommand(i));
}
tabifyDockWidget(ui->presetDock, ui->commandsDock);
setLoggingOptions();
}