Binary file icons/add-bfc.png has changed
Binary file icons/add-comment.png has changed
Binary file icons/add-condline.png has changed
Binary file icons/add-line.png has changed
Binary file icons/add-quad.png has changed
Binary file icons/add-subfile.png has changed
Binary file icons/add-triangle.png has changed
Binary file icons/bfc-view.png has changed
Binary file icons/bfc.png has changed
Binary file icons/brick-new.png has changed
Binary file icons/brick.png has changed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/colors.txt Wed Apr 23 01:33:19 2014 +0300
@@ -0,0 +1,24 @@
+KDE RGB Palette
+#
+32 32 32
+255 255 255
+224 111 111
+224 168 111
+224 224 111
+187 224 111
+111 168 224
+111 224 224
+168 111 224
+255 128 128
+128 255 128
+64 64 64
+224 224 224
+192 95 95
+192 144 95
+192 192 95
+162 192 95
+95 144 192
+95 192 192
+144 95 192
+128 128 255
+255 255 128
Binary file icons/comment.png has changed
Binary file icons/condline.png has changed
Binary file icons/file-new.png has changed
Binary file icons/file-save-as.png has changed
Binary file icons/file-save.png has changed
Binary file icons/isecalc.png has changed
Binary file icons/line.png has changed
Binary file icons/mode-circle.png has changed
Binary file icons/quad.png has changed
Binary file icons/random-colors.png has changed
Binary file icons/subfile.png has changed
Binary file icons/triangle.png has changed
Binary file icons/visibility-hide.png has changed
Binary file icons/visibility-toggle.png has changed
--- a/src/mainWindow.cc Tue Apr 22 22:52:02 2014 +0300
+++ b/src/mainWindow.cc Wed Apr 23 01:33:19 2014 +0300
@@ -226,8 +226,8 @@
else
{
QToolButton* colorButton = new QToolButton;
- colorButton->setIcon (makeColorIcon (entry.color(), 22));
- colorButton->setIconSize (QSize (22, 22));
+ colorButton->setIcon (makeColorIcon (entry.color(), 16));
+ colorButton->setIconSize (QSize (16, 16));
colorButton->setToolTip (entry.color()->name);
connect (colorButton, SIGNAL (clicked()), this, SLOT (slot_quickColor()));