Skip to content

Commit

Permalink
Fix change icon size (#302) (#1484)
Browse files Browse the repository at this point in the history
  • Loading branch information
otseng authored Dec 15, 2024
1 parent 588f9cf commit 06e2235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uniquebible/gui/MainWindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -2958,7 +2958,7 @@ def setTabNumberDialog(self):
config.numberOfTab = integer
self.handleRestart()

def setIconButtonSize(self, size=None):
def setIconButtonSize(self, size=None, dummy=None):
if size is None:
integer, ok = QInputDialog.getInt(self,
"UniqueBible", config.thisTranslation["customiseIconSize"], config.iconButtonSize, 12,
Expand Down

0 comments on commit 06e2235

Please sign in to comment.