mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-25 23:55:36 -04:00
Fixes width for onionshare logo
This commit is contained in:
parent
123bea94e9
commit
a575f1a4c9
1 changed files with 1 additions and 1 deletions
|
@ -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 = QtWidgets.QVBoxLayout()
|
||||||
image_layout.addWidget(self.image_label)
|
image_layout.addWidget(self.image_label)
|
||||||
image_layout.addStretch()
|
image_layout.addStretch()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue