Remove strech from statusbar

This commit is contained in:
Florian Bruhin 2014-04-09 21:11:11 +02:00
parent 7eb27c86ee
commit d485d8cc4e

View File

@ -105,7 +105,7 @@ class StatusBar(QWidget):
self._hide_cmd_widget()
self._hbox.addLayout(self._stack)
self._hbox.addStretch()
#self._hbox.addStretch()
self.keystring = _KeyString(self)
self._hbox.addWidget(self.keystring)