feat(dialogs): remove spaces
Some checks failed
Code and build check / Check code (pull_request) Failing after 1m24s
Code and build check / Build with uv (pull_request) Successful in 54s

This commit is contained in:
2025-06-29 14:53:56 +07:00
parent eed14797ec
commit 3b27b1abb2

View File

@ -454,8 +454,7 @@ class AddGameDialog(QDialog):
self.coverPreview = QLabel(self)
self.coverPreview.setStyleSheet(self.theme.CONTENT_STYLE + " QLabel { color: #ffffff; }")
preview_label = QLabel(_("Cover Preview:"))
preview_label.setStyleSheet(
self.theme.PARAMS_TITLE_STYLE + " QLabel { color: #ffffff; font-size: 14px; font-weight: bold; }")
preview_label.setStyleSheet(self.theme.PARAMS_TITLE_STYLE + " QLabel { color: #ffffff; font-size: 14px; font-weight: bold; }")
layout.addRow(preview_label, self.coverPreview)
# Dialog buttons