[vlc-devel] commit: Qt: font selector, align on the right. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Mon Aug 3 21:15:20 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Aug 3 21:14:59 2009 +0200| [34271afb35882a3070c297dabeb4b59a65c7684c] | committer: Jean-Baptiste Kempf
Qt: font selector, align on the right.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=34271afb35882a3070c297dabeb4b59a65c7684c
---
modules/gui/qt4/components/preferences_widgets.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 8c6f26c..3474f7d 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -388,7 +388,7 @@ FontConfigControl::FontConfigControl( vlc_object_t *_p_this,
else
{
_p_layout->addWidget( label, line, 0 );
- _p_layout->addWidget( font, line, 1 );
+ _p_layout->addWidget( font, line, 1, 1, -1 );
}
}
More information about the vlc-devel
mailing list