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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user