]> git.lyx.org Git - lyx.git/commit
Improved fix for #9966
authorStephan Witt <switt@lyx.org>
Fri, 15 Apr 2016 09:49:04 +0000 (11:49 +0200)
committerStephan Witt <switt@lyx.org>
Fri, 15 Apr 2016 09:49:04 +0000 (11:49 +0200)
commit87c85303c5c5980b1189867c5dc9e711acf77c07
tree53548d10a2eda20fef36be6e7f23ad8bbce2f5ea
parent4807338ba9a4c2644fc41316486af3cb008a0d59
Improved fix for #9966
* provide GuiApplication::typewriterSystemFont() to get a fixed font consistently
* enlarge fixed font on Mac because of the too small default Qt system font
* use it in source pane, progress view, log view and document preamble editor
src/frontends/qt4/GuiApplication.cpp
src/frontends/qt4/GuiApplication.h
src/frontends/qt4/GuiDocument.cpp
src/frontends/qt4/GuiLog.cpp
src/frontends/qt4/GuiProgressView.cpp
src/frontends/qt4/GuiViewSource.cpp