Skip to content

Commit 11bb0b4

Browse files
committed
changed fixed spacing font on the Mac to Monaco
1 parent 01feeb7 commit 11bb0b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tomboy-ng/editbox.pas

+2-1
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
2018/06/13 Drop copy on selection and add Ben's Underline, strikethrough and Fixedwidth !
148148
2018/06/13 Reinstate copy on selection, middle button click, Linux & (in app only) Windows only
149149
2018/06/22 DRB added LoadSingleNote and related to do just that. Needs more testing.
150-
150+
2018/07/05 Changed MonospaceFont to 'Monaco' on the Mac, apparently universal...
151151
}
152152

153153

@@ -550,6 +550,7 @@ procedure TEditBoxForm.PrimaryPaste(SelIndex : integer);
550550
MonospaceFont = 'monospace';
551551
{$else}
552552
MonospaceFont = 'Lucida Console';
553+
MonospaceFont = 'Monaco'; // might be a better choice
553554
{$ifend}
554555

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

0 commit comments

Comments
 (0)