[rkward-cvs] SF.net SVN: rkward: [1701] trunk/rkward/rkward/plugin/rktext.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Thu Mar 22 17:36:47 UTC 2007
Revision: 1701
http://svn.sourceforge.net/rkward/?rev=1701&view=rev
Author: tfry
Date: 2007-03-22 10:36:47 -0700 (Thu, 22 Mar 2007)
Log Message:
-----------
DemiBold should be enough for warnings
Modified Paths:
--------------
trunk/rkward/rkward/plugin/rktext.cpp
Modified: trunk/rkward/rkward/plugin/rktext.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rktext.cpp 2007-03-22 17:30:57 UTC (rev 1700)
+++ trunk/rkward/rkward/plugin/rktext.cpp 2007-03-22 17:36:47 UTC (rev 1701)
@@ -54,7 +54,7 @@
QFont font = label->font ();
if (type == 1) { // warning
label->setPaletteForegroundColor (QColor (255, 100, 0));
- font.setWeight (QFont::Bold);
+ font.setWeight (QFont::DemiBold);
} else if (type == 2) { // error
label->setPaletteForegroundColor (QColor (255, 0, 0));
font.setWeight (QFont::Bold);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list