feat(dialogs): remove spaces
This commit is contained in:
@ -454,8 +454,7 @@ class AddGameDialog(QDialog):
|
|||||||
self.coverPreview = QLabel(self)
|
self.coverPreview = QLabel(self)
|
||||||
self.coverPreview.setStyleSheet(self.theme.CONTENT_STYLE + " QLabel { color: #ffffff; }")
|
self.coverPreview.setStyleSheet(self.theme.CONTENT_STYLE + " QLabel { color: #ffffff; }")
|
||||||
preview_label = QLabel(_("Cover Preview:"))
|
preview_label = QLabel(_("Cover Preview:"))
|
||||||
preview_label.setStyleSheet(
|
preview_label.setStyleSheet(self.theme.PARAMS_TITLE_STYLE + " QLabel { color: #ffffff; font-size: 14px; font-weight: bold; }")
|
||||||
self.theme.PARAMS_TITLE_STYLE + " QLabel { color: #ffffff; font-size: 14px; font-weight: bold; }")
|
|
||||||
layout.addRow(preview_label, self.coverPreview)
|
layout.addRow(preview_label, self.coverPreview)
|
||||||
|
|
||||||
# Dialog buttons
|
# Dialog buttons
|
||||||
|
Reference in New Issue
Block a user