[vlc-commits] Qt: increase the bottom margin of the controller by one.
Jean-Baptiste Kempf
git at videolan.org
Thu Jan 5 23:19:06 CET 2012
vlc/vlc-1.2 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Jan 5 19:09:03 2012 +0100| [d3812045d010c828fe3dc910dfa6f1a456bcde9b] | committer: Jean-Baptiste Kempf
Qt: increase the bottom margin of the controller by one.
(cherry picked from commit 7066f3499092bf7b635db70d4f418375f8ac0104)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.2.git/?a=commit;h=d3812045d010c828fe3dc910dfa6f1a456bcde9b
---
modules/gui/qt4/components/controller.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index c4b0f7d..a98c241 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -648,7 +648,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
#endif
setAttribute( Qt::WA_MacBrushedMetal);
QVBoxLayout *controlLayout = new QVBoxLayout( this );
- controlLayout->setContentsMargins( 4, 1, 0, 0 );
+ controlLayout->setContentsMargins( 3, 1, 0, 1 );
controlLayout->setSpacing( 0 );
QHBoxLayout *controlLayout1 = new QHBoxLayout;
controlLayout1->setSpacing( 0 ); controlLayout1->setMargin( 0 );
More information about the vlc-commits
mailing list