Commit eb7a0af3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.

parent 0162ce10
...@@ -521,7 +521,7 @@ void MainInterface::debug() ...@@ -521,7 +521,7 @@ void MainInterface::debug()
QSize MainInterface::sizeHint() const QSize MainInterface::sizeHint() const
{ {
int nwidth = controls->sizeHint().width(); int nwidth = controls->sizeHint().width();
int nheight = controls->sizeHint().height(); int nheight = controls->sizeHint().height()
+ menuBar()->size().height() + menuBar()->size().height()
+ statusBar()->size().height(); + statusBar()->size().height();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment