mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
reduce tab width in template editor
The previous one was ridiculously wide; reduced to 30 pixels.
This commit is contained in:
parent
5dbe267c46
commit
9bb217f198
1 changed files with 3 additions and 0 deletions
|
@ -207,6 +207,9 @@ Please create a new card type first."""))
|
|||
self.tab['tform'].front.setAcceptRichText(False)
|
||||
self.tab['tform'].css.setAcceptRichText(False)
|
||||
self.tab['tform'].back.setAcceptRichText(False)
|
||||
self.tab['tform'].front.setTabStopWidth(30)
|
||||
self.tab['tform'].css.setTabStopWidth(30)
|
||||
self.tab['tform'].back.setTabStopWidth(30)
|
||||
self.redrawing = False
|
||||
|
||||
def saveCard(self):
|
||||
|
|
Loading…
Reference in a new issue