forked from Boria138/PortProtonQt
native package: left alignment for portproton & addgame QLabels
This commit is contained in:
@ -918,6 +918,7 @@ class MainWindow(QMainWindow):
|
||||
formLayout = QFormLayout()
|
||||
formLayout.setContentsMargins(0, 10, 0, 0)
|
||||
formLayout.setSpacing(10)
|
||||
formLayout.setLabelAlignment(Qt.AlignmentFlag.AlignLeft)
|
||||
|
||||
# 1. Time detail_level
|
||||
self.timeDetailCombo = QComboBox()
|
||||
|
Reference in New Issue
Block a user