Skip to content

Commit

Permalink
Improve Metadata output preferences
Browse files Browse the repository at this point in the history
  • Loading branch information
daschuer committed Mar 21, 2024
1 parent 4e710f5 commit 2f7f002
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/preferences/dialog/dlgpreferences.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ DlgPreferences::DlgPreferences(
addPageWidget(PreferencesPage(
new DlgPrefMetadata(this, m_pConfig),
new QTreeWidgetItem(contentsTreeWidget, QTreeWidgetItem::Type)),
tr("Metadata Broadcast"),
tr("Metadata Output"),
"ic_preferences_broadcast.svg");

addPageWidget(PreferencesPage(
Expand Down
32 changes: 16 additions & 16 deletions src/preferences/dialog/dlgprefmetadatadlg.ui
Original file line number Diff line number Diff line change
Expand Up @@ -36,22 +36,6 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QComboBox" name="fileEncodingComboBox">
<property name="enabled">
Expand Down Expand Up @@ -80,6 +64,22 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
<item>
Expand Down

0 comments on commit 2f7f002

Please sign in to comment.