mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
03b7feb507
commit
9e77e2848e
@ -166,7 +166,7 @@ class EditorSettings(BasicSettings): # {{{
|
||||
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…
x
Reference in New Issue
Block a user