mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-06 16:35:03 -04:00
Change size of persistent image to 20x20
This commit is contained in:
parent
e93857ac06
commit
839070f879
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue