mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-26 16:24:57 +02:00
Fix docks not working in calibre style
This commit is contained in:
parent
eb8b2e2d23
commit
47b438db2b
1 changed files with 5 additions and 0 deletions
|
|
@ -873,6 +873,11 @@ def load_calibre_style(self):
|
|||
'MessageBoxWarning': u'dialog_warning.png',
|
||||
'MessageBoxCritical': u'dialog_error.png',
|
||||
'MessageBoxQuestion': u'dialog_question.png',
|
||||
# These two are used to calculate the sizes for the doc widget
|
||||
# title bar buttons, therefore, they have to exist. The actual
|
||||
# icon is not used.
|
||||
'TitleBarCloseButton': u'window-close.png',
|
||||
'TitleBarNormalButton': u'window-close.png',
|
||||
}.iteritems():
|
||||
if v not in pcache:
|
||||
p = I(v)
|
||||
|
|
|
|||
Loading…
Reference in a new issue