Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
23916ae4
Commit
23916ae4
authored
Dec 16, 2007
by
Jean-Baptiste Kempf
Browse files
Qt4 - Make the interface a bit smaller.
parent
cd7c0d1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/interface_widgets.cpp
View file @
23916ae4
...
...
@@ -378,7 +378,11 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
{
controlLayout
=
new
QGridLayout
(
this
);
controlLayout
->
setSpacing
(
0
);
//controlLayout->setMargin( 0 );
#if QT43
controlLayout
->
setContentsMargins
(
9
,
6
,
9
,
6
);
#else
controlLayout
->
setMargin
(
6
);
#endif
setSizePolicy
(
QSizePolicy
::
Preferred
,
QSizePolicy
::
Maximum
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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