# HG changeset patch # User Santeri Piippo # Date 1365717788 -10800 # Node ID 69d1464801d7d145c2e2baff9c1fc3e3d6d2e90e # Parent e4035826629059f4f1b3b46f529f861b5ab24b0c Remade vertex icons, the old ones sucked. diff -r e40358266290 -r 69d1464801d7 gui.cpp --- a/gui.cpp Fri Apr 12 00:28:17 2013 +0300 +++ b/gui.cpp Fri Apr 12 01:03:08 2013 +0300 @@ -273,7 +273,7 @@ // ========================================== // Color toolbar - qColorToolBar = new QToolBar; + qColorToolBar = new QToolBar ("Quick Colors"); addToolBar (Qt::RightToolBarArea, qColorToolBar); // ========================================== diff -r e40358266290 -r 69d1464801d7 icons/add-vertex.png Binary file icons/add-vertex.png has changed diff -r e40358266290 -r 69d1464801d7 icons/vertex.png Binary file icons/vertex.png has changed