mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-20 04:24:21 -04:00
Fixes width for onionshare logo
This commit is contained in:
parent
981d75c9a3
commit
f94674ec87
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