]> git.sesse.net Git - vlc/commitdiff
Qt: font selector, align on the right.
authorJean-Baptiste Kempf <jb@videolan.org>
Mon, 3 Aug 2009 19:14:59 +0000 (21:14 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Mon, 3 Aug 2009 19:14:59 +0000 (21:14 +0200)
modules/gui/qt4/components/preferences_widgets.cpp

index 8c6f26c8f0f81fab6b40826f943c295170546ef4..3474f7d0db3c49ffcdf9fe3454e462ba3d513208 100644 (file)
@@ -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 );
     }
 }