Commit 34271afb authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: font selector, align on the right.

parent c8986a40
......@@ -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 );
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment