Fixes width for onionshare logo

This commit is contained in:
Saptak S 2021-01-24 03:22:49 +05:30
parent 123bea94e9
commit a575f1a4c9
No known key found for this signature in database
GPG Key ID: 2D9B32E54C68A3FB

View File

@ -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()