[vlc-devel] commit: Qt4: FSC: increase the top of it for better grabation. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Apr 26 20:42:05 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 26 20:41:24 2009 +0200| [245269e91daf0370722a4d5cafa44ad34caffbaf] | committer: Jean-Baptiste Kempf
Qt4: FSC: increase the top of it for better grabation.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=245269e91daf0370722a4d5cafa44ad34caffbaf
---
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 75f83f8..af1da21 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -681,7 +681,7 @@ FullscreenControllerWidget::FullscreenControllerWidget( intf_thread_t *_p_i )
setSizePolicy( QSizePolicy::Minimum, QSizePolicy::Minimum );
QVBoxLayout *controlLayout2 = new QVBoxLayout( this );
- controlLayout2->setLayoutMargins( 5, 2, 5, 2, 5 );
+ controlLayout2->setLayoutMargins( 4, 6, 4, 2, 5 );
/* First line */
InputControlsWidget *inputC = new InputControlsWidget( p_intf, this );
More information about the vlc-devel
mailing list