Adjust width of window to fit status bar messages, unwrapped, to avoid squishing widgets.

Add pluralisation of filemanager total file(s)

Use 'timer expired' rather than 'timeout reached'
This commit is contained in:
Miguel Jacq 2018-02-11 17:16:52 +11:00
parent ed179922d4
commit afc9568f30
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6
4 changed files with 14 additions and 9 deletions

View file

@ -81,6 +81,7 @@ class ServerStatus(QtWidgets.QWidget):
self.url.setFont(url_font)
self.url.setWordWrap(True)
self.url.setMinimumHeight(60)
self.url.setMinimumSize(self.url.sizeHint())
self.url.setStyleSheet('QLabel { background-color: #ffffff; color: #000000; padding: 10px; border: 1px solid #666666; }')
url_buttons_style = 'QPushButton { color: #3f7fcf; }'