Common/SQLEditor: Set font size to 10
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user