mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-17 13:02:42 -05:00
Fixes width for onionshare logo
This commit is contained in:
parent
123bea94e9
commit
a575f1a4c9
@ -128,7 +128,7 @@ class Tab(QtWidgets.QWidget):
|
||||
)
|
||||
)
|
||||
)
|
||||
self.image_label.setFixedSize(160, 40)
|
||||
self.image_label.setFixedSize(180, 40)
|
||||
image_layout = QtWidgets.QVBoxLayout()
|
||||
image_layout.addWidget(self.image_label)
|
||||
image_layout.addStretch()
|
||||
|
Loading…
x
Reference in New Issue
Block a user