mirror of
https://github.com/LorenEteval/Furious.git
synced 2026-09-27 01:10:22 +03:00
Revert "Update widget alignment in TorRelaySettings.py"
This reverts commit 8f0d21d620.
Signed-off-by: Loren Eteval <loren.eteval@proton.me>
This commit is contained in:
@@ -92,6 +92,9 @@ class TorRelaySettingsWidget(Translatable, SupportConnectedCallback, QDialog):
|
||||
|
||||
self.endpointGroupBoxLayout = QGridLayout(parent=self.endpointGroupBox)
|
||||
|
||||
if PLATFORM == 'Darwin':
|
||||
self.endpointGroupBoxLayout.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeft)
|
||||
|
||||
self.endpointGroupBoxLayout.addWidget(self.socksTunnelWidget, 0, 0)
|
||||
self.endpointGroupBoxLayout.addWidget(self.httpsTunnelWidget, 0, 1)
|
||||
|
||||
@@ -146,6 +149,9 @@ class TorRelaySettingsWidget(Translatable, SupportConnectedCallback, QDialog):
|
||||
|
||||
self.torOtherGroupBoxLayout = QGridLayout(parent=self.torOtherGroupBox)
|
||||
|
||||
if PLATFORM == 'Darwin':
|
||||
self.torOtherGroupBoxLayout.setAlignment(QtCore.Qt.AlignmentFlag.AlignLeft)
|
||||
|
||||
self.torOtherGroupBoxLayout.addWidget(self.torLogLevelWidget, 0, 0)
|
||||
self.torOtherGroupBoxLayout.addWidget(self.torRelayTimeoutWidget, 0, 1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user