Update default radar toolbox size

This commit is contained in:
Dan Paulat 2024-01-14 00:57:16 -06:00
parent 88445ac3de
commit 1aa654740d

View file

@ -387,7 +387,7 @@ void MainWindow::showEvent(QShowEvent* event)
{
QMainWindow::showEvent(event);
resizeDocks({ui->radarToolboxDock}, {188}, Qt::Horizontal);
resizeDocks({ui->radarToolboxDock}, {194}, Qt::Horizontal);
}
void MainWindow::on_actionOpenNexrad_triggered()