put a default size back in the default font so it's a valid pango name
This commit is contained in:
parent
156eb8b32a
commit
5ffe50012b
|
@ -70,7 +70,7 @@ Defaults = {
|
||||||
'delete_binding' : 'delete-sequence',
|
'delete_binding' : 'delete-sequence',
|
||||||
'cursor_blink' : True,
|
'cursor_blink' : True,
|
||||||
'emulation' : 'xterm',
|
'emulation' : 'xterm',
|
||||||
'font' : 'Mono',
|
'font' : 'Mono 10',
|
||||||
'foreground_color' : '#AAAAAA',
|
'foreground_color' : '#AAAAAA',
|
||||||
'scrollbar_position' : "right",
|
'scrollbar_position' : "right",
|
||||||
'scroll_background' : True,
|
'scroll_background' : True,
|
||||||
|
|
Loading…
Reference in New Issue