Server/MainForm.cs
changeset 28 2aa3974c485f
parent 27 9c49c04fc620
child 29 c4e03315035c
     1.1 --- a/Server/MainForm.cs	Thu Aug 14 10:19:53 2014 +0200
     1.2 +++ b/Server/MainForm.cs	Thu Aug 14 10:41:44 2014 +0200
     1.3 @@ -71,6 +71,9 @@
     1.4              //fontDialog.ShowApply = true;
     1.5              fontDialog.ShowEffects = true;
     1.6              fontDialog.Font = marqueeLabelTop.Font;
     1.7 +
     1.8 +            fontDialog.FixedPitchOnly = checkBoxFixedPitchFontOnly.Checked;
     1.9 +
    1.10              //fontDialog.ShowHelp = true;
    1.11  
    1.12              //fontDlg.MaxSize = 40;