Skip to content

Commit

Permalink
acousticbrainz: fixed ui_options_acousticbrainz_tags.ui XML
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 9, 2022
1 parent c1fae13 commit d8ae8a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions plugins/acousticbrainz/ui_options_acousticbrainz_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Form implementation generated from reading ui file 'plugins/acousticbrainz/ui_options_acousticbrainz_tags.ui'
#
# Created by: PyQt5 UI code generator 5.15.4
# Created by: PyQt5 UI code generator 5.15.7
#
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
# run again. Do not edit this file unless you know what you are doing.
Expand All @@ -26,25 +26,21 @@ def setupUi(self, AcousticBrainzOptionsPage):
self.add_simplemood = QtWidgets.QCheckBox(self.acousticbrainzTags_groupBox)
self.add_simplemood.setObjectName("add_simplemood")
self.verticalLayout_2.addWidget(self.add_simplemood)

self.simplemood_tagname_label = QtWidgets.QLabel(self.acousticbrainzTags_groupBox)
self.simplemood_tagname_label.setObjectName("simplemood_tagname_label")
self.verticalLayout_2.addWidget(self.simplemood_tagname_label)
self.simplemood_tagname = QtWidgets.QLineEdit(self.acousticbrainzTags_groupBox)
self.simplemood_tagname.setObjectName("simplemood_tagname")
self.verticalLayout_2.addWidget(self.simplemood_tagname)

self.add_simplegenre = QtWidgets.QCheckBox(self.acousticbrainzTags_groupBox)
self.add_simplegenre.setObjectName("add_simplegenre")
self.verticalLayout_2.addWidget(self.add_simplegenre)

self.simplegenre_tagname_label = QtWidgets.QLabel(self.acousticbrainzTags_groupBox)
self.simplegenre_tagname_label.setObjectName("simplegenre_tagname_label")
self.verticalLayout_2.addWidget(self.simplegenre_tagname_label)
self.simplegenre_tagname = QtWidgets.QLineEdit(self.acousticbrainzTags_groupBox)
self.simplegenre_tagname.setObjectName("simplegenre_tagname")
self.verticalLayout_2.addWidget(self.simplegenre_tagname)

self.add_keybpm = QtWidgets.QCheckBox(self.acousticbrainzTags_groupBox)
self.add_keybpm.setObjectName("add_keybpm")
self.verticalLayout_2.addWidget(self.add_keybpm)
Expand Down
2 changes: 1 addition & 1 deletion plugins/acousticbrainz/ui_options_acousticbrainz_tags.ui
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
</property>
</widget>
</item>
<item>
<item>
<widget class="QLabel" name="simplegenre_tagname_label">
<property name="text">
Expand All @@ -58,6 +57,7 @@
<item>
<widget class="QLineEdit" name="simplegenre_tagname"/>
</item>
<item>
<widget class="QCheckBox" name="add_keybpm">
<property name="text">
<string>Add simple BPM and Key tags</string>
Expand Down

0 comments on commit d8ae8a0

Please sign in to comment.