Commit 4ffd915e authored by Francois Cartegnie's avatar Francois Cartegnie Committed by Jean-Baptiste Kempf

Qt: Simple prefs. Fix device browse button.

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent dc523333
......@@ -403,6 +403,8 @@ SPrefsPanel::SPrefsPanel( intf_thread_t *_p_intf, QWidget *_parent,
free( psz_dvddiscpath );
free( psz_vcddiscpath );
}
CONFIG_GENERIC_FILE( "dvd", File, ui.DVDLabel,
ui.DVDDevice, ui.DVDBrowse );
CONFIG_GENERIC_FILE( "input-record-path", Directory, ui.recordLabel,
ui.recordPath, ui.recordBrowse );
......
......@@ -22,7 +22,7 @@
</property>
<layout class="QGridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
<widget class="QLabel" name="DVDLabel">
<property name="minimumSize">
<size>
<width>250</width>
......
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