Common/SQLEditor: Set font size to 10

This commit is contained in:
Jonathan Jenne
2022-06-22 11:53:05 +02:00
parent 1d193fe4f6
commit ef2bb08ddc
2 changed files with 10 additions and 9 deletions

View File

@@ -165,7 +165,7 @@ Public Class frmSQLEditor
txtSQLCommand.Document.Sections(0).Page.Width = DevExpress.Office.Utils.Units.InchesToDocumentsF(80.0F)
txtSQLCommand.Document.DefaultCharacterProperties.FontName = "Courier New"
txtSQLCommand.Document.DefaultCharacterProperties.FontSize = 12
txtSQLCommand.Document.DefaultCharacterProperties.FontSize = 10
End Sub