Fixes width for onionshare logo

This commit is contained in:
Saptak S 2021-01-24 03:22:49 +05:30
parent 981d75c9a3
commit f94674ec87

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 = QtWidgets.QVBoxLayout()
image_layout.addWidget(self.image_label) image_layout.addWidget(self.image_label)
image_layout.addStretch() image_layout.addStretch()