diff --git a/icons/icon32_wiki.png b/icons/icon32_wiki.png index 047c109b..c240e2ab 100644 Binary files a/icons/icon32_wiki.png and b/icons/icon32_wiki.png differ diff --git a/icons/menu_button.png b/icons/menu_button.png deleted file mode 100644 index 142b3777..00000000 Binary files a/icons/menu_button.png and /dev/null differ diff --git a/icons/menu_button.svg b/icons/menu_button.svg new file mode 100644 index 00000000..55c8474e --- /dev/null +++ b/icons/menu_button.svg @@ -0,0 +1,220 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/icons/readme.txt b/icons/readme.txt index 988a0354..5360be37 100644 --- a/icons/readme.txt +++ b/icons/readme.txt @@ -34,6 +34,7 @@ transliteration closetab folder reload +menu.svg https://packages.debian.org/bullseye/gnome-icon-theme GPLv3 lists: diff --git a/mainwindow.cc b/mainwindow.cc index 7bfe64dd..5cd12b2d 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -286,7 +286,7 @@ MainWindow::MainWindow( Config::Class & cfg_ ): menuButton = new QToolButton( navToolbar ); menuButton->setPopupMode( QToolButton::InstantPopup ); menuButton->setMenu( buttonMenu ); - menuButton->setIcon( QIcon (":/icons/menu_button.png") ); + menuButton->setIcon( QIcon (":/icons/menu_button.svg") ); menuButton->addAction( ui.menuOptions ); menuButton->setToolTip( tr( "Menu Button" ) ); menuButton->setObjectName( "menuButton" ); diff --git a/mainwindow.ui b/mainwindow.ui index a36d3d82..7265149b 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -591,7 +591,7 @@ - :/icons/menu_button.png:/icons/menu_button.png + :/icons/menu_button.svg:/icons/menu_button.svg Menu Button diff --git a/resources.qrc b/resources.qrc index 3089cafb..f8b68306 100644 --- a/resources.qrc +++ b/resources.qrc @@ -31,7 +31,7 @@ icons/collapse_opt.png article-style-st-babylon.css qt-style-st-babylon.css - icons/menu_button.png + icons/menu_button.svg icons/clear.png article-style-st-modern.css qt-style-st-modern.css