We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a383cd8 + ab09a61 commit 302b3a5Copy full SHA for 302b3a5
spyder/plugins/preferences/widgets/configdialog.py
@@ -28,11 +28,11 @@ class ConfigDialog(SidebarDialog):
28
29
# Constants
30
TITLE = _("Preferences")
31
- ICON = ima.icon('configure')
32
MIN_WIDTH = 940 if MAC else (875 if WIN else 920)
33
MIN_HEIGHT = 700 if MAC else (660 if WIN else 670)
34
35
def __init__(self, parent=None):
+ self.ICON = ima.icon('configure')
36
SidebarDialog.__init__(self, parent)
37
38
# Attributes
0 commit comments