Show More
@@ -457,9 +457,8 b' class ConsoleWidget(Configurable, QtGui.QWidget):' | |||||
457 | # OSX always has Monaco, no need for a fallback |
|
457 | # OSX always has Monaco, no need for a fallback | |
458 | family, fallback = 'Monaco', None |
|
458 | family, fallback = 'Monaco', None | |
459 | else: |
|
459 | else: | |
460 | # Consolas isn't too common on linux, but anyone who has it |
|
460 | # FIXME: remove Consolas as a default on Linux once our font | |
461 | # installed it because they want it for their monospaced apps, |
|
461 | # selections are configurable by the user. | |
462 | # since it's better than anything on linux by default. |
|
|||
463 | family, fallback = 'Consolas', 'Monospace' |
|
462 | family, fallback = 'Consolas', 'Monospace' | |
464 |
|
463 | |||
465 | font = get_font(family, fallback) |
|
464 | font = get_font(family, fallback) |
General Comments 0
You need to be logged in to leave comments.
Login now