Ticket #447: fix-font-size-prefs.py.patch
| File fix-font-size-prefs.py.patch, 0.7 KB (added by deathwarrior, 12 months ago) |
|---|
-
guake-0.4.2/src/prefs.py
old new 82 82 'label': _('Copy text to clipboard')}, 83 83 {'key': LKEY('clipboard_paste'), 84 84 'label': _('Paste text from clipboard')}, 85 ]}, 86 {'label': _('Font size'), 87 'keys': [{'key': LKEY('fontsize_increase'), 88 'label': _('Increase fontsize')}, 89 {'key': LKEY('fontsize_decrease'), 90 'label': _('Decrease fontsize')}, 91 {'key': LKEY('fontsize_reset'), 92 'label': _('Reset default fontsize')}, 85 93 ]} 94 86 95 ] 87 96 88 97 PALETTES = [