mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
NOT UGLY ICON PLX
This commit is contained in:
parent
d8ee04936b
commit
5baba39cdc
3 changed files with 25 additions and 1 deletions
23
resources/images/commands.svg
Normal file
23
resources/images/commands.svg
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||||
|
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||||
|
viewBox="0 0 100 100" style="enable-background:new 0 0 100 100;" xml:space="preserve">
|
||||||
|
<style type="text/css">
|
||||||
|
.st0{fill:none;stroke:#898989;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st1{fill:none;stroke:#FFFFFF;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:10;}
|
||||||
|
.st2{fill:#FFFFFF;}
|
||||||
|
</style>
|
||||||
|
<g id="Layer_3">
|
||||||
|
<rect x="32" y="12.6" class="st0" width="63.4" height="83.3"/>
|
||||||
|
<line class="st0" x1="39.3" y1="24.9" x2="83.7" y2="24.9"/>
|
||||||
|
<line class="st0" x1="39.3" y1="32.8" x2="83.7" y2="32.8"/>
|
||||||
|
<line class="st0" x1="39.3" y1="41.2" x2="83.7" y2="41.2"/>
|
||||||
|
</g>
|
||||||
|
<g id="Layer_4">
|
||||||
|
</g>
|
||||||
|
<g id="Layer_1">
|
||||||
|
<polyline points="7.9,20.5 20.6,7.7 68.7,55.5 67.7,65.9 55.7,67.9 7.9,20.5 "/>
|
||||||
|
<polygon class="st1" points="68.7,55.5 72.5,71.9 56.1,68.3 7.9,20.5 20.6,7.7 "/>
|
||||||
|
<polygon class="st2" points="55.7,67.9 68.3,55.1 70.8,70.2 "/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
|
@ -41,6 +41,7 @@
|
||||||
<file>images/accounts.svg</file>
|
<file>images/accounts.svg</file>
|
||||||
<file>images/chatterino2.icns</file>
|
<file>images/chatterino2.icns</file>
|
||||||
<file>images/icon.png</file>
|
<file>images/icon.png</file>
|
||||||
|
<file>images/commands.svg</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
<qresource prefix="/qt/etc">
|
<qresource prefix="/qt/etc">
|
||||||
<file>qt.conf</file>
|
<file>qt.conf</file>
|
||||||
|
|
|
@ -88,7 +88,7 @@ void SettingsDialog::addTabs()
|
||||||
|
|
||||||
this->addTab(this->createBehaviourTab(), "Behaviour", ":/images/behave.svg");
|
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");
|
this->addTab(this->createEmotesTab(), "Emotes", ":/images/emote.svg");
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue