mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
change label alignment
This commit is contained in:
parent
7c9df14fc3
commit
4095049272
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ class PypeInfoWidget(QtWidgets.QWidget):
|
|||
self.setWindowTitle("Pype info")
|
||||
|
||||
main_layout = QtWidgets.QFormLayout(self)
|
||||
|
||||
main_layout.setLabelAlignment(QtCore.Qt.AlignRight)
|
||||
if getattr(sys, "frozen", False):
|
||||
version_end = "build"
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue