moved settings tab icons to SettingsDialog

This commit is contained in:
fourtf
2020-02-21 01:22:50 +01:00
parent 39d40d6db6
commit 78ca0cb84f
14 changed files with 28 additions and 36 deletions
+1 -1
View File
@@ -237,7 +237,7 @@ bool SettingsLayout::filterElements(const QString &query)
}
GeneralPage::GeneralPage()
: SettingsPage("General", ":/settings/about.svg")
: SettingsPage("General")
{
auto y = new QVBoxLayout;
auto scroll = new QScrollArea;