mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-27 14:57:25 -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
|
# Settings for this tab
|
||||||
self.mode_settings = ModeSettings(self.common)
|
self.mode_settings = ModeSettings(self.common)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user