From 409504927211bafa179de6140a23e922a673d4fa Mon Sep 17 00:00:00 2001 From: iLLiCiTiT Date: Fri, 5 Mar 2021 16:13:57 +0100 Subject: [PATCH] change label alignment --- pype/tools/tray/pype_tray.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: