Add scale marker icon for dark theme.

master
Torsten Paul 2015-01-10 02:06:19 +01:00
parent ddd1228a51
commit 197dd5ef3b
5 changed files with 3 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 369 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 265 B

After

Width:  |  Height:  |  Size: 348 B

View File

@ -75,5 +75,6 @@
<file>images/crosswhite.png</file>
<file>icons/background.png</file>
<file>images/scalemarkers.png</file>
<file>images/scalemarkers-white.png</file>
</qresource>
</RCC>

View File

@ -226,6 +226,7 @@
<addaction name="viewActionOrthogonal"/>
<addaction name="separator"/>
<addaction name="viewActionShowAxes"/>
<addaction name="viewActionShowScaleProportional"/>
<addaction name="viewActionShowEdges"/>
</widget>
</item>

View File

@ -503,6 +503,7 @@ MainWindow::MainWindow(const QString &filename)
initActionIcon(editActionUnindent, ":/images/Decrease-Indent-32.png", ":/images/Decrease-Indent-32-white.png");
initActionIcon(editActionIndent, ":/images/Increase-Indent-32.png", ":/images/Increase-Indent-32-white.png");
initActionIcon(viewActionResetView, ":/images/Command-Reset-32.png", ":/images/Command-Reset-32-white.png");
initActionIcon(viewActionShowScaleProportional, ":/images/scalemarkers.png", ":/images/scalemarkers-white.png");
// make sure it looks nice..
QByteArray windowState = settings.value("window/state", QByteArray()).toByteArray();