mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
change cloze tooltip
This commit is contained in:
parent
eb7620eb76
commit
60a5f6782c
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class FactEditor(object):
|
|||
#self.cloze.setIcon(QIcon(":/icons/document-cloze.png"))
|
||||
self.cloze.setFixedWidth(30)
|
||||
self.cloze.setFixedHeight(26)
|
||||
self.cloze.setText("(...)")
|
||||
self.cloze.setText("[...]")
|
||||
self.cloze.setFocusPolicy(Qt.NoFocus)
|
||||
self.cloze.setEnabled(False)
|
||||
self.iconsBox2.addWidget(self.cloze)
|
||||
|
|
Loading…
Reference in a new issue