Change size of persistent image to 20x20

This commit is contained in:
Micah Lee 2019-11-02 19:10:41 -07:00
parent 01435d1eda
commit 1286dfa2f9
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -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)