Commit 8f8d55f2 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - SPrefs, make the hotkeys module take all the space available.

parent 855cf8bf
......@@ -440,7 +440,7 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
panel_layout->addWidget( panel_label );
panel_layout->addWidget( title_line );
panel_layout->addWidget( panel );
panel_layout->addStretch( 2 );
if( number != SPrefsHotkeys ) panel_layout->addStretch( 2 );
setLayout( panel_layout );
}
......
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