From 5baba39cdc62ff58f72072572dcd58ab6754d511 Mon Sep 17 00:00:00 2001 From: coral Date: Sat, 6 Jan 2018 17:59:02 -0800 Subject: [PATCH] NOT UGLY ICON PLX --- resources/images/commands.svg | 23 +++++++++++++++++++++++ resources/resources.qrc | 1 + src/widgets/settingsdialog.cpp | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 resources/images/commands.svg diff --git a/resources/images/commands.svg b/resources/images/commands.svg new file mode 100644 index 000000000..0d29cfc2a --- /dev/null +++ b/resources/images/commands.svg @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + diff --git a/resources/resources.qrc b/resources/resources.qrc index 9e7b48f8f..3bc21f725 100644 --- a/resources/resources.qrc +++ b/resources/resources.qrc @@ -41,6 +41,7 @@ images/accounts.svg images/chatterino2.icns images/icon.png + images/commands.svg qt.conf diff --git a/src/widgets/settingsdialog.cpp b/src/widgets/settingsdialog.cpp index 2e87c0267..bfa2a541d 100644 --- a/src/widgets/settingsdialog.cpp +++ b/src/widgets/settingsdialog.cpp @@ -88,7 +88,7 @@ void SettingsDialog::addTabs() this->addTab(this->createBehaviourTab(), "Behaviour", ":/images/behave.svg"); - this->addTab(this->createCommandsTab(), "Commands", ":/images/CustomActionEditor_16x.png"); + this->addTab(this->createCommandsTab(), "Commands", ":/images/commands.svg"); this->addTab(this->createEmotesTab(), "Emotes", ":/images/emote.svg");