diff --git a/qt/mainwindow.cpp b/qt/mainwindow.cpp index a7b9352867..f76d27c480 100644 --- a/qt/mainwindow.cpp +++ b/qt/mainwindow.cpp @@ -251,7 +251,7 @@ void MainWindow::CreateNavigationBar() // add view actions 1 button_t arr[] = { { QString(), 0, 0 }, - { tr("Show all"), ":/navig64/world.png", SLOT(ShowAll()) }, +// { tr("Show all"), ":/navig64/world.png", SLOT(ShowAll()) }, { tr("Scale +"), ":/navig64/plus.png", SLOT(ScalePlus()) } }; add_buttons(pToolBar, arr, ARRAY_SIZE(arr), m_pDrawWidget); diff --git a/qt/res/location-search.png b/qt/res/location-search.png index 2e09328846..eb8cf1ba0e 100644 Binary files a/qt/res/location-search.png and b/qt/res/location-search.png differ diff --git a/qt/res/location.png b/qt/res/location.png index 87d1b0bc10..292b5fe316 100644 Binary files a/qt/res/location.png and b/qt/res/location.png differ diff --git a/qt/res/minus.png b/qt/res/minus.png index dd8443c6a6..91991ab672 100644 Binary files a/qt/res/minus.png and b/qt/res/minus.png differ diff --git a/qt/res/plus.png b/qt/res/plus.png index 4ac2b56418..9dda7f92a2 100644 Binary files a/qt/res/plus.png and b/qt/res/plus.png differ