[Kst] branches/work/kst/portto4/kst/src/widgets
George Staikos
staikos at kde.org
Thu Oct 4 09:07:27 CEST 2007
SVN commit 720975 by staikos:
I think black is more appropriate for the default color
M +1 -1 colorbutton.cpp
--- branches/work/kst/portto4/kst/src/widgets/colorbutton.cpp #720974:720975
@@ -17,7 +17,7 @@
namespace Kst {
ColorButton::ColorButton(QWidget *parent)
- : QToolButton(parent), _color(Qt::white) {
+ : QToolButton(parent), _color(Qt::black) {
setSizePolicy(QSizePolicy::Preferred, QSizePolicy::Fixed);
connect (this, SIGNAL(clicked()), this, SLOT(chooseColor()));
}
More information about the Kst
mailing list