mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-30 18:45:20 -04:00
Use the calibre icon theme icon for the line edit clear button
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user