]> git.sesse.net Git - kdenlive/commitdiff
Some KDE styles (.e.g. QtCurve) require just a little more space in the status bar...
authorDan Dennedy <dan@dennedy.org>
Sat, 5 Sep 2009 22:43:51 +0000 (22:43 +0000)
committerDan Dennedy <dan@dennedy.org>
Sat, 5 Sep 2009 22:43:51 +0000 (22:43 +0000)
svn path=/trunk/kdenlive/; revision=3875

src/mainwindow.cpp

index e4e2bf04a91c89ac2c457239002ddbb3afbd99b3..70b109ec34437d2048b0fdb256c13b404ae57a07 100644 (file)
@@ -751,7 +751,7 @@ void MainWindow::setupActions()
 #ifdef Q_WS_MAC
     const int contentHeight = QFontMetrics(w->font()).height() + 14;
 #else
-    const int contentHeight = QFontMetrics(w->font()).height() + 8;
+       const int contentHeight = QFontMetrics(w->font()).height() + 10;
 #endif
 
     QString style = "QSlider::groove:horizontal { background-color: rgba(230, 230, 230, 220);border: 1px solid #999999;height: 8px;border-radius: 3px;margin-top:3px }";