summaryrefslogtreecommitdiff
path: root/src/gui/styleeditor.cpp
diff options
context:
space:
mode:
authorAleks Kissinger <aleks0@gmail.com>2018-10-11 08:33:30 +0200
committerAleks Kissinger <aleks0@gmail.com>2018-10-11 08:33:30 +0200
commit68921d37da4f2268af5006c0aed68d70ee7b6dff (patch)
tree0f58a621d0d19631a58c02e2432fb10634b47fe9 /src/gui/styleeditor.cpp
parent4eb599dfd4e8c510ede62be3ef766af9d9b5121a (diff)
icons renamed for clarity
Diffstat (limited to 'src/gui/styleeditor.cpp')
-rw-r--r--src/gui/styleeditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/styleeditor.cpp b/src/gui/styleeditor.cpp
index 63d347b..40706ff 100644
--- a/src/gui/styleeditor.cpp
+++ b/src/gui/styleeditor.cpp
@@ -18,7 +18,7 @@ StyleEditor::StyleEditor(QWidget *parent) :
ui->leftArrow << ui->rightArrow <<
ui->properties;
- setWindowIcon(QIcon(":/images/logo.png"));
+ setWindowIcon(QIcon(":/images/tikzit.png"));
_styles = nullptr;
_activeStyle = nullptr;