mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-02 09:15:36 +01:00
...
This commit is contained in:
parent
03b7feb507
commit
9e77e2848e
1 changed files with 1 additions and 1 deletions
|
|
@ -166,7 +166,7 @@ def __init__(self, parent=None):
|
|||
fc = FontFamilyChooser(self)
|
||||
self('editor_font_family', widget=fc, getter=attrgetter('font_family'), setter=lambda x, val: setattr(x, 'font_family', val))
|
||||
fc.family_changed.connect(self.emit_changed)
|
||||
l.addRow(_('Editor font family:'), fc)
|
||||
l.addRow(_('Editor font &family:'), fc)
|
||||
|
||||
fs = self('editor_font_size')
|
||||
fs.setMinimum(8), fs.setSuffix(' pt'), fs.setMaximum(50)
|
||||
|
|
|
|||
Loading…
Reference in a new issue