mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-13 08:19:28 -05:00
Change size of persistent image to 20x20
This commit is contained in:
parent
01435d1eda
commit
1286dfa2f9
@ -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…
Reference in New Issue
Block a user