/[svn]/gigedit/trunk/src/gigedit/scripteditor.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/scripteditor.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2610 by schoenebeck, Sun Jun 8 19:09:26 2014 UTC revision 2664 by schoenebeck, Sat Jul 5 19:43:14 2014 UTC
# Line 51  ScriptEditor::ScriptEditor() : Line 51  ScriptEditor::ScriptEditor() :
51      {      {
52          Pango::FontDescription fdesc;          Pango::FontDescription fdesc;
53          fdesc.set_family("monospace");          fdesc.set_family("monospace");
54    #if defined(__APPLE__)
55            fdesc.set_size(12 * PANGO_SCALE);
56    #else
57          fdesc.set_size(10 * PANGO_SCALE);          fdesc.set_size(10 * PANGO_SCALE);
58    #endif
59  #if GTKMM_MAJOR_VERSION < 3  #if GTKMM_MAJOR_VERSION < 3
60          m_textView.modify_font(fdesc);          m_textView.modify_font(fdesc);
61  #else  #else

Legend:
Removed from v.2610  
changed lines
  Added in v.2664

  ViewVC Help
Powered by ViewVC