# HG changeset patch # User Santeri Piippo <crimsondusk64@gmail.com> # Date 1398194899 -10800 # Node ID 3faeb1174e40af998399e495ecbceeb79f90fc6c # Parent 9a53d9a379de6c726434d9177ce54132b87eff3c - added an icon for random colors diff -r 9a53d9a379de -r 3faeb1174e40 icons/random-colors.png Binary file icons/random-colors.png has changed diff -r 9a53d9a379de -r 3faeb1174e40 ldforge.qrc --- a/ldforge.qrc Tue Apr 22 22:17:37 2014 +0300 +++ b/ldforge.qrc Tue Apr 22 22:28:19 2014 +0300 @@ -85,6 +85,7 @@ <file>./icons/quad-split.png</file> <file>./icons/radial-convert.png</file> <file>./icons/radial.png</file> + <file>./icons/random-colors.png</file> <file>./icons/rectifier.png</file> <file>./icons/redo.png</file> <file>./icons/replace-coords.png</file> diff -r 9a53d9a379de -r 3faeb1174e40 ui/ldforge.ui --- a/ui/ldforge.ui Tue Apr 22 22:17:37 2014 +0300 +++ b/ui/ldforge.ui Tue Apr 22 22:28:19 2014 +0300 @@ -353,6 +353,7 @@ <addaction name="actionAxes"/> <addaction name="actionWireframe"/> <addaction name="actionBFCView"/> + <addaction name="actionRandomColors"/> <addaction name="actionDrawAngles"/> </widget> <widget class="QToolBar" name="toolBar_7"> @@ -1353,6 +1354,10 @@ <property name="checkable"> <bool>true</bool> </property> + <property name="icon"> + <iconset resource="../ldforge.qrc"> + <normaloff>:/icons/random-colors.png</normaloff>:/icons/random-colors.png</iconset> + </property> <property name="text"> <string>Random colors</string> </property>