diff --git a/pype/tools/tray/pype_tray.py b/pype/tools/tray/pype_tray.py index 8e6a351efd..b6ee033484 100644 --- a/pype/tools/tray/pype_tray.py +++ b/pype/tools/tray/pype_tray.py @@ -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: