1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 21:54:55 -04:00

Update map docmentation.

This commit is contained in:
srcejon
2025-06-10 13:13:41 +01:00
parent 811f320536
commit 43e1e9c095
11 changed files with 66 additions and 25 deletions
+1
View File
@@ -1823,6 +1823,7 @@ void MapGUI::orientationChanged(Qt::ScreenOrientation orientation)
void MapGUI::displayToolbar()
{
ui->mapTypes->setVisible(m_settings.m_map2DEnabled);
// Replace buttons with menu when window gets narrow
bool narrow = this->screen()->availableGeometry().width() < 400;
ui->layersMenu->setVisible(narrow);