mirror of
https://github.com/283375/arcaea-offline-pyside-ui.git
synced 2025-07-03 05:16:27 +00:00
wip: settings fix
This commit is contained in:
@ -82,6 +82,7 @@ class Ui_SettingsDefault(object):
|
||||
|
||||
self.label = QLabel(SettingsDefault)
|
||||
self.label.setObjectName(u"label")
|
||||
self.label.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)
|
||||
|
||||
self.gridLayout.addWidget(self.label, 3, 0, 1, 1)
|
||||
|
||||
@ -96,6 +97,7 @@ class Ui_SettingsDefault(object):
|
||||
|
||||
self.label_5 = QLabel(SettingsDefault)
|
||||
self.label_5.setObjectName(u"label_5")
|
||||
self.label_5.setAlignment(Qt.AlignRight|Qt.AlignTrailing|Qt.AlignVCenter)
|
||||
|
||||
self.gridLayout.addWidget(self.label_5, 4, 0, 1, 1)
|
||||
|
||||
|
Reference in New Issue
Block a user