Merge pull request #23687 from ccordoba12/issue-23074
PR: Set icon in constructor for `ConfigDialog` (Widgets)
Esse commit está contido em:
@@ -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
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário