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.Name = 'Courier New'
|
||||
Font.Pitch = fpFixed
|
||||
Font.Quality = fqProof
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
PopupMenu = SimbaForm.ScriptPopup
|
||||
@ -27,7 +28,7 @@ object ScriptFrame: TScriptFrame
|
||||
OnKeyPress = SynEditKeyPress
|
||||
OnClickLink = SynEditClickLink
|
||||
OnMouseLink = SynEditMouseLink
|
||||
Gutter.Width = 57
|
||||
Gutter.Width = 59
|
||||
Gutter.MouseActions = <
|
||||
item
|
||||
Shift = []
|
||||
@ -626,7 +627,7 @@ object ScriptFrame: TScriptFrame
|
||||
Width = 24
|
||||
end
|
||||
object TSynGutterLineNumber
|
||||
Width = 17
|
||||
Width = 19
|
||||
MouseActions = <>
|
||||
MarkupInfo.Background = clBtnFace
|
||||
MarkupInfo.Foreground = clNone
|
||||
|
Loading…
Reference in New Issue
Block a user