cdlookup: Added some margin between label and submit button

This commit is contained in:
Philipp Wolfer
2019-11-30 15:59:34 +01:00
parent 5e4e5ba555
commit 71e2214dd7
2 changed files with 4 additions and 0 deletions

View File

@@ -37,6 +37,7 @@ class Ui_Dialog(object):
spacerItem = QtWidgets.QSpacerItem(20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.verticalLayout_3.addItem(spacerItem)
self.no_results_label = QtWidgets.QLabel(self.no_results_page)
self.no_results_label.setStyleSheet("margin-bottom: 9px;")
self.no_results_label.setObjectName("no_results_label")
self.verticalLayout_3.addWidget(self.no_results_label, 0, QtCore.Qt.AlignHCenter)
self.submit_button = QtWidgets.QToolButton(self.no_results_page)

View File

@@ -83,6 +83,9 @@
</item>
<item alignment="Qt::AlignHCenter">
<widget class="QLabel" name="no_results_label">
<property name="styleSheet">
<string notr="true">margin-bottom: 9px;</string>
</property>
<property name="text">
<string>No matching releases found for this disc.</string>
</property>