mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
new clear formatting icon
This commit is contained in:
parent
320f5222be
commit
cb56df2dab
3 changed files with 2 additions and 1 deletions
|
@ -337,7 +337,7 @@ class Editor(object):
|
||||||
_("Superscript (Ctrl+=)"), check=True)
|
_("Superscript (Ctrl+=)"), check=True)
|
||||||
b("text_sub", self.toggleSub, "Ctrl+Shift+=",
|
b("text_sub", self.toggleSub, "Ctrl+Shift+=",
|
||||||
_("Subscript (Ctrl+Shift+=)"), check=True)
|
_("Subscript (Ctrl+Shift+=)"), check=True)
|
||||||
b("text_remove", self.removeFormat, "Ctrl+r",
|
b("text_clear", self.removeFormat, "Ctrl+r",
|
||||||
_("Remove formatting (Ctrl+r)"))
|
_("Remove formatting (Ctrl+r)"))
|
||||||
but = b("foreground", self.onForeground, "F7", text=" ")
|
but = b("foreground", self.onForeground, "F7", text=" ")
|
||||||
but.setToolTip(_("Set foreground colour (F7)"))
|
but.setToolTip(_("Set foreground colour (F7)"))
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<file>icons/green.png</file>
|
<file>icons/green.png</file>
|
||||||
<file>icons/clock-icon.png</file>
|
<file>icons/clock-icon.png</file>
|
||||||
<file>icons/plus-circle.png</file>
|
<file>icons/plus-circle.png</file>
|
||||||
|
<file>icons/text_clear.png</file>
|
||||||
<file>icons/none.png</file>
|
<file>icons/none.png</file>
|
||||||
<file>icons/edit-find 2.png</file>
|
<file>icons/edit-find 2.png</file>
|
||||||
<file>icons/edit-find-replace.png</file>
|
<file>icons/edit-find-replace.png</file>
|
||||||
|
|
BIN
designer/icons/text_clear.png
Normal file
BIN
designer/icons/text_clear.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in a new issue