mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-19 20:36:05 -04: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