mirror of
https://github.com/moparisthebest/Simba
synced 2024-11-21 16:55:01 -05:00
Simba: FontQuality of FrameScript -> fqProof.
This commit is contained in:
parent
7c69722561
commit
70a7390720
@ -17,6 +17,7 @@ object ScriptFrame: TScriptFrame
|
|||||||
Font.Height = -13
|
Font.Height = -13
|
||||||
Font.Name = 'Courier New'
|
Font.Name = 'Courier New'
|
||||||
Font.Pitch = fpFixed
|
Font.Pitch = fpFixed
|
||||||
|
Font.Quality = fqProof
|
||||||
ParentColor = False
|
ParentColor = False
|
||||||
ParentFont = False
|
ParentFont = False
|
||||||
PopupMenu = SimbaForm.ScriptPopup
|
PopupMenu = SimbaForm.ScriptPopup
|
||||||
@ -27,7 +28,7 @@ object ScriptFrame: TScriptFrame
|
|||||||
OnKeyPress = SynEditKeyPress
|
OnKeyPress = SynEditKeyPress
|
||||||
OnClickLink = SynEditClickLink
|
OnClickLink = SynEditClickLink
|
||||||
OnMouseLink = SynEditMouseLink
|
OnMouseLink = SynEditMouseLink
|
||||||
Gutter.Width = 57
|
Gutter.Width = 59
|
||||||
Gutter.MouseActions = <
|
Gutter.MouseActions = <
|
||||||
item
|
item
|
||||||
Shift = []
|
Shift = []
|
||||||
@ -626,7 +627,7 @@ object ScriptFrame: TScriptFrame
|
|||||||
Width = 24
|
Width = 24
|
||||||
end
|
end
|
||||||
object TSynGutterLineNumber
|
object TSynGutterLineNumber
|
||||||
Width = 17
|
Width = 19
|
||||||
MouseActions = <>
|
MouseActions = <>
|
||||||
MarkupInfo.Background = clBtnFace
|
MarkupInfo.Background = clBtnFace
|
||||||
MarkupInfo.Foreground = clNone
|
MarkupInfo.Foreground = clNone
|
||||||
|
Loading…
Reference in New Issue
Block a user