mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Use the calibre icon theme icon for the line edit clear button
This commit is contained in:
parent
f735cdb788
commit
a0f14658a3
@ -939,6 +939,7 @@ class Application(QApplication):
|
|||||||
'MessageBoxCritical': u'dialog_error.png',
|
'MessageBoxCritical': u'dialog_error.png',
|
||||||
'MessageBoxQuestion': u'dialog_question.png',
|
'MessageBoxQuestion': u'dialog_question.png',
|
||||||
'BrowserReload': u'view-refresh.png',
|
'BrowserReload': u'view-refresh.png',
|
||||||
|
'LineEditClearButton': u'clear_left.png',
|
||||||
}.iteritems():
|
}.iteritems():
|
||||||
if v not in pcache:
|
if v not in pcache:
|
||||||
p = I(v)
|
p = I(v)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user