From 7b57345c4f9307fc11d6ea7e61ea38802df92ed4 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Wed, 24 Dec 2008 15:05:45 +0000 Subject: [PATCH] - Fixed stylesheet warning in console on startup --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 41e86035a..3dbc792b2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -146,7 +146,7 @@ int main(int argc, char *argv[]){ #endif QApplication app(argc, argv); useStyle(&app, settings.value("Preferences/General/Style", 0).toInt()); - app.setStyleSheet("QStatusBar::item { border: 0px solid black }; "); + app.setStyleSheet("QStatusBar::item { border-width: 0; }"); QSplashScreen *splash = new QSplashScreen(QPixmap(QString::fromUtf8(":/Icons/splash.png"))); splash->show(); // Open options file to read locale