Remove strech from statusbar
This commit is contained in:
parent
7eb27c86ee
commit
d485d8cc4e
@ -105,7 +105,7 @@ class StatusBar(QWidget):
|
|||||||
self._hide_cmd_widget()
|
self._hide_cmd_widget()
|
||||||
|
|
||||||
self._hbox.addLayout(self._stack)
|
self._hbox.addLayout(self._stack)
|
||||||
self._hbox.addStretch()
|
#self._hbox.addStretch()
|
||||||
|
|
||||||
self.keystring = _KeyString(self)
|
self.keystring = _KeyString(self)
|
||||||
self._hbox.addWidget(self.keystring)
|
self._hbox.addWidget(self.keystring)
|
||||||
|
Loading…
Reference in New Issue
Block a user