Use the calibre icon theme icon for the line edit clear button

This commit is contained in:
Kovid Goyal 2017-10-30 09:01:49 +05:30
parent f735cdb788
commit a0f14658a3
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -939,6 +939,7 @@ class Application(QApplication):
'MessageBoxCritical': u'dialog_error.png',
'MessageBoxQuestion': u'dialog_question.png',
'BrowserReload': u'view-refresh.png',
'LineEditClearButton': u'clear_left.png',
}.iteritems():
if v not in pcache:
p = I(v)