mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-28 08:49:30 -05:00
Remove border around items in the QStatusBar
This commit is contained in:
parent
d25c6d949f
commit
0da4c87e5a
@ -101,6 +101,8 @@ class OnionShareGui(QtWidgets.QMainWindow):
|
||||
# Status bar
|
||||
self.status_bar = QtWidgets.QStatusBar()
|
||||
self.status_bar.setSizeGripEnabled(False)
|
||||
self.status_bar.setStyleSheet(
|
||||
"QStatusBar::item { border: 0px; }")
|
||||
version_label = QtWidgets.QLabel('v{0:s}'.format(common.get_version()))
|
||||
version_label.setStyleSheet('color: #666666')
|
||||
self.settings_button = QtWidgets.QPushButton()
|
||||
|
Loading…
Reference in New Issue
Block a user