put a default size back in the default font so it's a valid pango name

This commit is contained in:
Chris Jones 2008-11-03 23:14:06 +00:00
parent 156eb8b32a
commit 5ffe50012b
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ Defaults = {
'delete_binding' : 'delete-sequence',
'cursor_blink' : True,
'emulation' : 'xterm',
'font' : 'Mono',
'font' : 'Mono 10',
'foreground_color' : '#AAAAAA',
'scrollbar_position' : "right",
'scroll_background' : True,