[qet] [3264] Cosmetic change

[ Thread Index | Date Index | More lists.tuxfamily.org/qet Archives ]


Revision: 3264
Author:   scorpio810
Date:     2014-08-10 00:28:53 +0200 (Sun, 10 Aug 2014)
Log Message:
-----------
Cosmetic change

Modified Paths:
--------------
    trunk/sources/ui/conductorpropertieswidget.cpp

Modified: trunk/sources/ui/conductorpropertieswidget.cpp
===================================================================
--- trunk/sources/ui/conductorpropertieswidget.cpp	2014-08-09 20:56:31 UTC (rev 3263)
+++ trunk/sources/ui/conductorpropertieswidget.cpp	2014-08-09 22:28:53 UTC (rev 3264)
@@ -222,7 +222,7 @@
 void ConductorPropertiesWidget::setColorButton(const QColor &color) {
 	QPalette palette;
 	palette.setColor(QPalette::Button, color);
-	ui -> m_color_pb -> setStyleSheet(QString("background-color: %1; min-height: 1.5em;  border-radius: 4px;").arg(color.name()));
+	ui -> m_color_pb -> setStyleSheet(QString("background-color: %1; min-height: 1.5em; border-style: outset; border-width: 2px; border-color: gray; border-radius: 4px;").arg(color.name()));
 }
 
 /**


Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/