cosmetic
[sface.git] / sface / mainwindow.py
index 6537edd..c5e0183 100644 (file)
@@ -44,7 +44,9 @@ class Nav(QWidget):
         hlayout.addWidget(logolabel)
         hlayout.addWidget(self.title)
         hlayout.addStretch()
-        hlayout.addWidget(QLabel("Go to: ", self))
+        gotolabel=QLabel("Go to: ", self)
+        gotolabel.setAlignment(Qt.AlignRight)
+        hlayout.addWidget(gotolabel)
         hlayout.addWidget(self.main)
         hlayout.addWidget(self.config)
         hlayout.addWidget(self.help)