Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
eb7a0af3
Commit
eb7a0af3
authored
Dec 22, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Typo on the sizing that can explain the "Video Above the control" bug.
parent
0162ce10
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/main_interface.cpp
View file @
eb7a0af3
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment