[vlc-devel] commit: Reduce the toolbar margins even more. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Fri Dec 11 13:28:31 CET 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Dec 9 22:51:25 2009 +0100| [ed6c65e40b75d836b24affdb41b9a06ed8742582] | committer: Jean-Baptiste Kempf
Reduce the toolbar margins even more.
The height is one pixel less. I am not sure we can improve that a lot now.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed6c65e40b75d836b24affdb41b9a06ed8742582
---
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 88e41c2..d46b1f0 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -555,7 +555,7 @@ ControlsWidget::ControlsWidget( intf_thread_t *_p_i,
#endif
QVBoxLayout *controlLayout = new QVBoxLayout( this );
- controlLayout->setContentsMargins( 4, 2, 4, 0 );
+ controlLayout->setContentsMargins( 4, 1, 4, 0 );
controlLayout->setSpacing( 0 );
QHBoxLayout *controlLayout1 = new QHBoxLayout;
controlLayout1->setSpacing( 0 ); controlLayout1->setMargin( 0 );
More information about the vlc-devel
mailing list