]> git.sesse.net Git - vlc/commitdiff
Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Dec 2007 01:50:29 +0000 (01:50 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 22 Dec 2007 01:50:29 +0000 (01:50 +0000)
modules/gui/qt4/main_interface.cpp

index bbb3a9fc0258f7cf4f923425af985db553c9a706..1e55e65411c972ab3d95106a78d7cca2677f393a 100644 (file)
@@ -521,7 +521,7 @@ void MainInterface::debug()
 QSize MainInterface::sizeHint() const
 {
     int nwidth = controls->sizeHint().width();
-    int nheight = controls->sizeHint().height();
+    int nheight = controls->sizeHint().height()
                 + menuBar()->size().height()
                 + statusBar()->size().height();