1
mirror of https://code.videolan.org/videolan/vlc synced 2024-10-03 01:31:53 +02:00

qt: remove unnecessary layout wrapping simple prefs widget

Makes no difference at all to have this.
This commit is contained in:
Lyndon Brown 2022-03-06 09:25:18 +00:00 committed by Hugo Beauzée-Luyssen
parent cdee88e97d
commit 0ceaf06141

View File

@ -590,15 +590,11 @@
</widget>
</item>
<item row="1" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QCheckBox" name="saveRecentlyPlayed">
<property name="text">
<string>Save recently played items</string>
</property>
</widget>
</item>
</layout>
<widget class="QCheckBox" name="saveRecentlyPlayed">
<property name="text">
<string>Save recently played items</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QSpinBox" name="updatesDays">