git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
0162ce1
)
Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.
author
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 22 Dec 2007 01:50:29 +0000
(
01:50
+0000)
committer
Jean-Baptiste Kempf
<jb@videolan.org>
Sat, 22 Dec 2007 01:50:29 +0000
(
01:50
+0000)
modules/gui/qt4/main_interface.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/main_interface.cpp
b/modules/gui/qt4/main_interface.cpp
index
bbb3a9f
..
1e55e65
100644
(file)
--- a/
modules/gui/qt4/main_interface.cpp
+++ b/
modules/gui/qt4/main_interface.cpp
@@
-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();