]> git.lyx.org Git - features.git/commitdiff
GuiDocument.cpp: follow Qt's StyleSheet guideline and use the the explicit "backgroun...
authorUwe Stöhr <uwestoehr@web.de>
Fri, 2 Apr 2010 23:50:39 +0000 (23:50 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Fri, 2 Apr 2010 23:50:39 +0000 (23:50 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34045 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiDocument.cpp

index 035c1319836e96f912097f5d042a61e62bbbb900..47a055bcc4fb6e101ca5eda5c38b862eb754537f 100644 (file)
@@ -79,7 +79,7 @@
 static inline QString colorButtonStyleSheet(QColor const & bgColor)
 {
        if (bgColor.isValid()) {
-               QString rc = QLatin1String("background:");
+               QString rc = QLatin1String("background-color:");
                rc += bgColor.name();
                return rc;
        }