Skip to content

Commit

Permalink
changed fixed spacing font on the Mac to Monaco
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbannon committed Jul 6, 2018
1 parent 01feeb7 commit 11bb0b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tomboy-ng/editbox.pas
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@
2018/06/13 Drop copy on selection and add Ben's Underline, strikethrough and Fixedwidth !
2018/06/13 Reinstate copy on selection, middle button click, Linux & (in app only) Windows only
2018/06/22 DRB added LoadSingleNote and related to do just that. Needs more testing.
2018/07/05 Changed MonospaceFont to 'Monaco' on the Mac, apparently universal...
}


Expand Down Expand Up @@ -550,6 +550,7 @@ procedure TEditBoxForm.PrimaryPaste(SelIndex : integer);
MonospaceFont = 'monospace';
{$else}
MonospaceFont = 'Lucida Console';
MonospaceFont = 'Monaco'; // might be a better choice
{$ifend}

{ This complex function will set font size, Bold or Italic or Color depending on the
Expand Down

0 comments on commit 11bb0b4

Please sign in to comment.