mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-15 21:33:06 -04:00
Change size of persistent image to 20x20
This commit is contained in:
parent
e93857ac06
commit
839070f879
@ -128,7 +128,7 @@ class Tab(QtWidgets.QWidget):
|
||||
)
|
||||
)
|
||||
)
|
||||
self.persistent_image_label.setFixedSize(30, 30)
|
||||
self.persistent_image_label.setFixedSize(20, 20)
|
||||
|
||||
# Settings for this tab
|
||||
self.mode_settings = ModeSettings(self.common)
|
||||
|
Loading…
x
Reference in New Issue
Block a user