Final Spacing changes for PR

This commit is contained in:
Daniel Ahn 2018-07-24 09:05:49 -07:00
parent bf8e96010d
commit 2d143aefca
5 changed files with 18 additions and 19 deletions

View File

@ -865,7 +865,6 @@ class ConfigDialog(QtWidgets.QDialog):
self.othersyncSettingsLayout.setAlignment(Qt.AlignLeft) self.othersyncSettingsLayout.setAlignment(Qt.AlignLeft)
self.othersyncSettingsLayout.addWidget(self.fastforwardCheckbox, 3, 0, 1, 2, Qt.AlignLeft) self.othersyncSettingsLayout.addWidget(self.fastforwardCheckbox, 3, 0, 1, 2, Qt.AlignLeft)
## Trusted domains ## Trusted domains
self.trusteddomainsSettingsGroup = QtWidgets.QGroupBox(getMessage("syncplay-trusteddomains-title")) self.trusteddomainsSettingsGroup = QtWidgets.QGroupBox(getMessage("syncplay-trusteddomains-title"))