mirror of
https://github.com/arsenetar/dupeguru.git
synced 2026-01-22 14:41:39 +00:00
Fixed qt5 migration for ME and PE
This commit is contained in:
@@ -50,7 +50,7 @@ class PreferencesDialog(PreferencesDialogBase):
|
||||
self.widget.setMinimumSize(QSize(0, 40))
|
||||
self.verticalLayout_4 = QVBoxLayout(self.widget)
|
||||
self.verticalLayout_4.setSpacing(0)
|
||||
self.verticalLayout_4.setMargin(0)
|
||||
self.verticalLayout_4.setContentsMargins(0, 0, 0, 0)
|
||||
self.label_6 = QLabel(self.widget)
|
||||
self.label_6.setText(tr("Tags to scan:"))
|
||||
self.verticalLayout_4.addWidget(self.label_6)
|
||||
|
||||
Reference in New Issue
Block a user