Merge pull request #23687 from ccordoba12/issue-23074

PR: Set icon in constructor for `ConfigDialog` (Widgets)
Esse commit está contido em:
Carlos Cordoba
2025-02-08 13:57:59 -05:00
commit de GitHub
@@ -28,11 +28,11 @@ class ConfigDialog(SidebarDialog):
# Constants
TITLE = _("Preferences")
ICON = ima.icon('configure')
MIN_WIDTH = 940 if MAC else (875 if WIN else 920)
MIN_HEIGHT = 700 if MAC else (660 if WIN else 670)
def __init__(self, parent=None):
self.ICON = ima.icon('configure')
SidebarDialog.__init__(self, parent)
# Attributes