TChromeTabs
TChromeTabs copied to clipboard
Baseline showing on active tab when orientation on bottom
When Orientation
is set to toTop
, the baseline only shows beneath all tabs other than the currently active one. However, when Orientation
is set to toBottom
, there is still a baseline above the active tab. What's more, this baseline is not the same width as the main baseline. Across the span of the control, the thickness is 2
, but a line with thickness of 1
also appears on the active tab.
I am 120% sure there is not another control, such as a panel, which is showing this line, because I see it in design-time too, with absolutely no other controls in the vicinity.
Thought I should probably include the tabs themselves:
object BottomTabs: TChromeTabs
Left = 0
Top = 493
Width = 666
Height = 43
ActiveTabIndex = 0
Images = frmMDEditMain.Images
Options.Display.CloseButton.Offsets.Vertical = 8
Options.Display.CloseButton.Offsets.Horizontal = 3
Options.Display.CloseButton.Height = 18
Options.Display.CloseButton.Width = 18
Options.Display.CloseButton.AutoHide = True
Options.Display.CloseButton.Visibility = bvNever
Options.Display.CloseButton.AutoHideWidth = 20
Options.Display.CloseButton.CrossRadialOffset = 4
Options.Display.AddButton.Offsets.Vertical = 10
Options.Display.AddButton.Offsets.Horizontal = 2
Options.Display.AddButton.Height = 14
Options.Display.AddButton.Width = 31
Options.Display.AddButton.ShowPlusSign = False
Options.Display.AddButton.Visibility = avNone
Options.Display.AddButton.HorizontalOffsetFloating = -3
Options.Display.ScrollButtonLeft.Offsets.Vertical = 10
Options.Display.ScrollButtonLeft.Offsets.Horizontal = 1
Options.Display.ScrollButtonLeft.Height = 15
Options.Display.ScrollButtonLeft.Width = 15
Options.Display.ScrollButtonRight.Offsets.Vertical = 10
Options.Display.ScrollButtonRight.Offsets.Horizontal = 1
Options.Display.ScrollButtonRight.Height = 15
Options.Display.ScrollButtonRight.Width = 15
Options.Display.TabModifiedGlow.Style = msRightToLeft
Options.Display.TabModifiedGlow.VerticalOffset = -6
Options.Display.TabModifiedGlow.Height = 30
Options.Display.TabModifiedGlow.Width = 100
Options.Display.TabModifiedGlow.AnimationPeriodMS = 4000
Options.Display.TabModifiedGlow.EaseType = ttEaseInOutQuad
Options.Display.TabModifiedGlow.AnimationUpdateMS = 50
Options.Display.Tabs.SeeThroughTabs = False
Options.Display.Tabs.TabOverlap = 15
Options.Display.Tabs.ContentOffsetLeft = 20
Options.Display.Tabs.ContentOffsetRight = 16
Options.Display.Tabs.OffsetLeft = 0
Options.Display.Tabs.OffsetTop = 2
Options.Display.Tabs.OffsetRight = 0
Options.Display.Tabs.OffsetBottom = 0
Options.Display.Tabs.MinWidth = 42
Options.Display.Tabs.MaxWidth = 220
Options.Display.Tabs.TabWidthFromContent = True
Options.Display.Tabs.PinnedWidth = 42
Options.Display.Tabs.ImageOffsetLeft = 13
Options.Display.Tabs.TextTrimType = tttFade
Options.Display.Tabs.Orientation = toBottom
Options.Display.Tabs.BaseLineTabRegionOnly = False
Options.Display.Tabs.WordWrap = False
Options.Display.Tabs.TextAlignmentHorizontal = taCenter
Options.Display.Tabs.TextAlignmentVertical = taVerticalCenter
Options.Display.Tabs.ShowImages = True
Options.Display.Tabs.ShowPinnedTabText = False
Options.Display.TabContainer.TransparentBackground = True
Options.Display.TabContainer.OverlayButtons = True
Options.Display.TabContainer.PaddingLeft = 0
Options.Display.TabContainer.PaddingRight = 0
Options.Display.TabMouseGlow.Offsets.Vertical = 0
Options.Display.TabMouseGlow.Offsets.Horizontal = 0
Options.Display.TabMouseGlow.Height = 200
Options.Display.TabMouseGlow.Width = 200
Options.Display.TabMouseGlow.Visible = True
Options.Display.TabSpinners.Upload.ReverseDirection = True
Options.Display.TabSpinners.Upload.RenderedAnimationStep = 2
Options.Display.TabSpinners.Upload.Position.Offsets.Vertical = 0
Options.Display.TabSpinners.Upload.Position.Offsets.Horizontal = 0
Options.Display.TabSpinners.Upload.Position.Height = 16
Options.Display.TabSpinners.Upload.Position.Width = 16
Options.Display.TabSpinners.Upload.SweepAngle = 135
Options.Display.TabSpinners.Download.ReverseDirection = False
Options.Display.TabSpinners.Download.RenderedAnimationStep = 5
Options.Display.TabSpinners.Download.Position.Offsets.Vertical = 0
Options.Display.TabSpinners.Download.Position.Offsets.Horizontal = 0
Options.Display.TabSpinners.Download.Position.Height = 16
Options.Display.TabSpinners.Download.Position.Width = 16
Options.Display.TabSpinners.Download.SweepAngle = 135
Options.Display.TabSpinners.AnimationUpdateMS = 50
Options.Display.TabSpinners.HideImagesWhenSpinnerVisible = True
Options.DragDrop.DragType = dtNone
Options.DragDrop.DragOutsideImageAlpha = 220
Options.DragDrop.DragOutsideDistancePixels = 30
Options.DragDrop.DragStartPixels = 2
Options.DragDrop.DragControlImageResizeFactor = 0.500000000000000000
Options.DragDrop.DragCursor = crDefault
Options.DragDrop.DragDisplay = ddTabAndControl
Options.DragDrop.DragFormBorderWidth = 2
Options.DragDrop.DragFormBorderColor = 8421504
Options.DragDrop.ContrainDraggedTabWithinContainer = True
Options.Animation.DefaultMovementAnimationTimeMS = 100
Options.Animation.DefaultStyleAnimationTimeMS = 300
Options.Animation.AnimationTimerInterval = 15
Options.Animation.MinimumTabAnimationWidth = 40
Options.Animation.DefaultMovementEaseType = ttLinearTween
Options.Animation.DefaultStyleEaseType = ttLinearTween
Options.Animation.MovementAnimations.TabAdd.UseDefaultEaseType = True
Options.Animation.MovementAnimations.TabAdd.UseDefaultAnimationTime = True
Options.Animation.MovementAnimations.TabAdd.EaseType = ttEaseOutExpo
Options.Animation.MovementAnimations.TabAdd.AnimationTimeMS = 500
Options.Animation.MovementAnimations.TabDelete.UseDefaultEaseType = True
Options.Animation.MovementAnimations.TabDelete.UseDefaultAnimationTime = True
Options.Animation.MovementAnimations.TabDelete.EaseType = ttEaseOutExpo
Options.Animation.MovementAnimations.TabDelete.AnimationTimeMS = 500
Options.Animation.MovementAnimations.TabMove.UseDefaultEaseType = False
Options.Animation.MovementAnimations.TabMove.UseDefaultAnimationTime = False
Options.Animation.MovementAnimations.TabMove.EaseType = ttEaseOutExpo
Options.Animation.MovementAnimations.TabMove.AnimationTimeMS = 500
Options.Behaviour.BackgroundDblClickMaximiseRestoreForm = True
Options.Behaviour.BackgroundDragMovesForm = True
Options.Behaviour.TabSmartDeleteResizing = True
Options.Behaviour.TabSmartDeleteResizeCancelDelay = 700
Options.Behaviour.UseBuiltInPopupMenu = True
Options.Behaviour.TabRightClickSelect = True
Options.Behaviour.ActivateNewTab = True
Options.Behaviour.DebugMode = False
Options.Behaviour.IgnoreDoubleClicksWhileAnimatingMovement = True
Options.Scrolling.Enabled = True
Options.Scrolling.ScrollButtons = csbNone
Options.Scrolling.ScrollStep = 20
Options.Scrolling.ScrollRepeatDelay = 20
Options.Scrolling.AutoHideButtons = False
Options.Scrolling.DragScroll = True
Options.Scrolling.DragScrollOffset = 50
Options.Scrolling.MouseWheelScroll = True
Tabs = <
item
Caption = 'Home'
Active = True
Tag = 0
ImageIndex = 43
ImageIndexOverlay = -1
Pinned = False
Visible = True
Modified = False
SpinnerState = tssNone
HideCloseButton = False
end
item
Caption = 'Options'
Active = False
Tag = 0
ImageIndex = 17
ImageIndexOverlay = -1
Pinned = False
Visible = True
Modified = False
SpinnerState = tssNone
HideCloseButton = False
end
item
Caption = 'Roles'
Active = False
Tag = 0
ImageIndex = 18
ImageIndexOverlay = -1
Pinned = False
Visible = True
Modified = False
SpinnerState = tssNone
HideCloseButton = False
end>
LookAndFeel.TabsContainer.StartColor = 14586466
LookAndFeel.TabsContainer.StopColor = 13201730
LookAndFeel.TabsContainer.StartAlpha = 255
LookAndFeel.TabsContainer.StopAlpha = 255
LookAndFeel.TabsContainer.OutlineColor = 14520930
LookAndFeel.TabsContainer.OutlineAlpha = 0
LookAndFeel.Tabs.BaseLine.Color = 11110509
LookAndFeel.Tabs.BaseLine.Thickness = 1.000000000000000000
LookAndFeel.Tabs.BaseLine.Alpha = 255
LookAndFeel.Tabs.Modified.CentreColor = clWhite
LookAndFeel.Tabs.Modified.OutsideColor = clWhite
LookAndFeel.Tabs.Modified.CentreAlpha = 130
LookAndFeel.Tabs.Modified.OutsideAlpha = 0
LookAndFeel.Tabs.DefaultFont.Name = 'Segoe UI'
LookAndFeel.Tabs.DefaultFont.Color = clBlack
LookAndFeel.Tabs.DefaultFont.Size = 12
LookAndFeel.Tabs.DefaultFont.Alpha = 255
LookAndFeel.Tabs.DefaultFont.TextRendoringMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.MouseGlow.CentreColor = clWhite
LookAndFeel.Tabs.MouseGlow.OutsideColor = clWhite
LookAndFeel.Tabs.MouseGlow.CentreAlpha = 120
LookAndFeel.Tabs.MouseGlow.OutsideAlpha = 0
LookAndFeel.Tabs.Spinners.Upload.Color = 12759975
LookAndFeel.Tabs.Spinners.Upload.Thickness = 2.500000000000000000
LookAndFeel.Tabs.Spinners.Upload.Alpha = 255
LookAndFeel.Tabs.Spinners.Download.Color = 14388040
LookAndFeel.Tabs.Spinners.Download.Thickness = 2.500000000000000000
LookAndFeel.Tabs.Spinners.Download.Alpha = 255
LookAndFeel.Tabs.Active.Font.Name = 'Segoe UI'
LookAndFeel.Tabs.Active.Font.Color = 723723
LookAndFeel.Tabs.Active.Font.Size = 13
LookAndFeel.Tabs.Active.Font.Alpha = 100
LookAndFeel.Tabs.Active.Font.TextRendoringMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.Active.Font.UseDefaultFont = True
LookAndFeel.Tabs.Active.Style.StartColor = clWhite
LookAndFeel.Tabs.Active.Style.StopColor = 15461355
LookAndFeel.Tabs.Active.Style.StartAlpha = 255
LookAndFeel.Tabs.Active.Style.StopAlpha = 255
LookAndFeel.Tabs.Active.Style.OutlineColor = 10189918
LookAndFeel.Tabs.Active.Style.OutlineSize = 2.000000000000000000
LookAndFeel.Tabs.Active.Style.OutlineAlpha = 255
LookAndFeel.Tabs.NotActive.Font.Name = 'Segoe UI'
LookAndFeel.Tabs.NotActive.Font.Color = 10708031
LookAndFeel.Tabs.NotActive.Font.Size = 12
LookAndFeel.Tabs.NotActive.Font.Alpha = 215
LookAndFeel.Tabs.NotActive.Font.TextRendoringMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.NotActive.Font.UseDefaultFont = False
LookAndFeel.Tabs.NotActive.Style.StartColor = 15194573
LookAndFeel.Tabs.NotActive.Style.StopColor = 15194573
LookAndFeel.Tabs.NotActive.Style.StartAlpha = 210
LookAndFeel.Tabs.NotActive.Style.StopAlpha = 210
LookAndFeel.Tabs.NotActive.Style.OutlineColor = 13546390
LookAndFeel.Tabs.NotActive.Style.OutlineSize = 1.000000000000000000
LookAndFeel.Tabs.NotActive.Style.OutlineAlpha = 215
LookAndFeel.Tabs.Hot.Font.Name = 'Segoe UI'
LookAndFeel.Tabs.Hot.Font.Color = 4210752
LookAndFeel.Tabs.Hot.Font.Size = 12
LookAndFeel.Tabs.Hot.Font.Alpha = 215
LookAndFeel.Tabs.Hot.Font.TextRendoringMode = TextRenderingHintClearTypeGridFit
LookAndFeel.Tabs.Hot.Font.UseDefaultFont = False
LookAndFeel.Tabs.Hot.Style.StartColor = 15721176
LookAndFeel.Tabs.Hot.Style.StopColor = 15589847
LookAndFeel.Tabs.Hot.Style.StartAlpha = 255
LookAndFeel.Tabs.Hot.Style.StopAlpha = 255
LookAndFeel.Tabs.Hot.Style.OutlineColor = 12423799
LookAndFeel.Tabs.Hot.Style.OutlineSize = 1.000000000000000000
LookAndFeel.Tabs.Hot.Style.OutlineAlpha = 235
LookAndFeel.CloseButton.Cross.Normal.Color = 6643031
LookAndFeel.CloseButton.Cross.Normal.Thickness = 1.500000000000000000
LookAndFeel.CloseButton.Cross.Normal.Alpha = 255
LookAndFeel.CloseButton.Cross.Down.Color = 15461369
LookAndFeel.CloseButton.Cross.Down.Thickness = 2.000000000000000000
LookAndFeel.CloseButton.Cross.Down.Alpha = 220
LookAndFeel.CloseButton.Cross.Hot.Color = clWhite
LookAndFeel.CloseButton.Cross.Hot.Thickness = 2.000000000000000000
LookAndFeel.CloseButton.Cross.Hot.Alpha = 220
LookAndFeel.CloseButton.Circle.Normal.StartColor = clGradientActiveCaption
LookAndFeel.CloseButton.Circle.Normal.StopColor = clNone
LookAndFeel.CloseButton.Circle.Normal.StartAlpha = 0
LookAndFeel.CloseButton.Circle.Normal.StopAlpha = 0
LookAndFeel.CloseButton.Circle.Normal.OutlineColor = clGray
LookAndFeel.CloseButton.Circle.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.CloseButton.Circle.Normal.OutlineAlpha = 0
LookAndFeel.CloseButton.Circle.Down.StartColor = 3487169
LookAndFeel.CloseButton.Circle.Down.StopColor = 3487169
LookAndFeel.CloseButton.Circle.Down.StartAlpha = 255
LookAndFeel.CloseButton.Circle.Down.StopAlpha = 255
LookAndFeel.CloseButton.Circle.Down.OutlineColor = clGray
LookAndFeel.CloseButton.Circle.Down.OutlineSize = 1.000000000000000000
LookAndFeel.CloseButton.Circle.Down.OutlineAlpha = 255
LookAndFeel.CloseButton.Circle.Hot.StartColor = 9408475
LookAndFeel.CloseButton.Circle.Hot.StopColor = 9803748
LookAndFeel.CloseButton.Circle.Hot.StartAlpha = 255
LookAndFeel.CloseButton.Circle.Hot.StopAlpha = 255
LookAndFeel.CloseButton.Circle.Hot.OutlineColor = 6054595
LookAndFeel.CloseButton.Circle.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.CloseButton.Circle.Hot.OutlineAlpha = 255
LookAndFeel.AddButton.Button.Normal.StartColor = 14340292
LookAndFeel.AddButton.Button.Normal.StopColor = 14340035
LookAndFeel.AddButton.Button.Normal.StartAlpha = 255
LookAndFeel.AddButton.Button.Normal.StopAlpha = 255
LookAndFeel.AddButton.Button.Normal.OutlineColor = 13088421
LookAndFeel.AddButton.Button.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.Button.Normal.OutlineAlpha = 255
LookAndFeel.AddButton.Button.Down.StartColor = 13417645
LookAndFeel.AddButton.Button.Down.StopColor = 13417644
LookAndFeel.AddButton.Button.Down.StartAlpha = 255
LookAndFeel.AddButton.Button.Down.StopAlpha = 255
LookAndFeel.AddButton.Button.Down.OutlineColor = 10852748
LookAndFeel.AddButton.Button.Down.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.Button.Down.OutlineAlpha = 255
LookAndFeel.AddButton.Button.Hot.StartColor = 15524314
LookAndFeel.AddButton.Button.Hot.StopColor = 15524314
LookAndFeel.AddButton.Button.Hot.StartAlpha = 255
LookAndFeel.AddButton.Button.Hot.StopAlpha = 255
LookAndFeel.AddButton.Button.Hot.OutlineColor = 14927787
LookAndFeel.AddButton.Button.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.Button.Hot.OutlineAlpha = 255
LookAndFeel.AddButton.PlusSign.Normal.StartColor = clWhite
LookAndFeel.AddButton.PlusSign.Normal.StopColor = clWhite
LookAndFeel.AddButton.PlusSign.Normal.StartAlpha = 255
LookAndFeel.AddButton.PlusSign.Normal.StopAlpha = 255
LookAndFeel.AddButton.PlusSign.Normal.OutlineColor = clGray
LookAndFeel.AddButton.PlusSign.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.PlusSign.Normal.OutlineAlpha = 255
LookAndFeel.AddButton.PlusSign.Down.StartColor = clWhite
LookAndFeel.AddButton.PlusSign.Down.StopColor = clWhite
LookAndFeel.AddButton.PlusSign.Down.StartAlpha = 255
LookAndFeel.AddButton.PlusSign.Down.StopAlpha = 255
LookAndFeel.AddButton.PlusSign.Down.OutlineColor = clGray
LookAndFeel.AddButton.PlusSign.Down.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.PlusSign.Down.OutlineAlpha = 255
LookAndFeel.AddButton.PlusSign.Hot.StartColor = clWhite
LookAndFeel.AddButton.PlusSign.Hot.StopColor = clWhite
LookAndFeel.AddButton.PlusSign.Hot.StartAlpha = 255
LookAndFeel.AddButton.PlusSign.Hot.StopAlpha = 255
LookAndFeel.AddButton.PlusSign.Hot.OutlineColor = clGray
LookAndFeel.AddButton.PlusSign.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.AddButton.PlusSign.Hot.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Normal.StartColor = 14735310
LookAndFeel.ScrollButtons.Button.Normal.StopColor = 14274499
LookAndFeel.ScrollButtons.Button.Normal.StartAlpha = 255
LookAndFeel.ScrollButtons.Button.Normal.StopAlpha = 255
LookAndFeel.ScrollButtons.Button.Normal.OutlineColor = 11507842
LookAndFeel.ScrollButtons.Button.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Normal.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Down.StartColor = 13417645
LookAndFeel.ScrollButtons.Button.Down.StopColor = 13417644
LookAndFeel.ScrollButtons.Button.Down.StartAlpha = 255
LookAndFeel.ScrollButtons.Button.Down.StopAlpha = 255
LookAndFeel.ScrollButtons.Button.Down.OutlineColor = 10852748
LookAndFeel.ScrollButtons.Button.Down.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Down.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Hot.StartColor = 15524314
LookAndFeel.ScrollButtons.Button.Hot.StopColor = 15524313
LookAndFeel.ScrollButtons.Button.Hot.StartAlpha = 255
LookAndFeel.ScrollButtons.Button.Hot.StopAlpha = 255
LookAndFeel.ScrollButtons.Button.Hot.OutlineColor = 14927788
LookAndFeel.ScrollButtons.Button.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Hot.OutlineAlpha = 255
LookAndFeel.ScrollButtons.Button.Disabled.StartColor = 14340036
LookAndFeel.ScrollButtons.Button.Disabled.StopColor = 14274499
LookAndFeel.ScrollButtons.Button.Disabled.StartAlpha = 150
LookAndFeel.ScrollButtons.Button.Disabled.StopAlpha = 150
LookAndFeel.ScrollButtons.Button.Disabled.OutlineColor = 11113341
LookAndFeel.ScrollButtons.Button.Disabled.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Button.Disabled.OutlineAlpha = 100
LookAndFeel.ScrollButtons.Arrow.Normal.StartColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Normal.StopColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Normal.StartAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Normal.StopAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Normal.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Normal.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Normal.OutlineAlpha = 200
LookAndFeel.ScrollButtons.Arrow.Down.StartColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Down.StopColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Down.StartAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Down.StopAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Down.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Down.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Down.OutlineAlpha = 200
LookAndFeel.ScrollButtons.Arrow.Hot.StartColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Hot.StopColor = clWhite
LookAndFeel.ScrollButtons.Arrow.Hot.StartAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Hot.StopAlpha = 255
LookAndFeel.ScrollButtons.Arrow.Hot.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Hot.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Hot.OutlineAlpha = 200
LookAndFeel.ScrollButtons.Arrow.Disabled.StartColor = clSilver
LookAndFeel.ScrollButtons.Arrow.Disabled.StopColor = clSilver
LookAndFeel.ScrollButtons.Arrow.Disabled.StartAlpha = 150
LookAndFeel.ScrollButtons.Arrow.Disabled.StopAlpha = 150
LookAndFeel.ScrollButtons.Arrow.Disabled.OutlineColor = clGray
LookAndFeel.ScrollButtons.Arrow.Disabled.OutlineSize = 1.000000000000000000
LookAndFeel.ScrollButtons.Arrow.Disabled.OutlineAlpha = 200
Align = alBottom
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'Tahoma'
Font.Style = [fsBold]
TabOrder = 0
ExplicitTop = 464
ExplicitWidth = 685
end
NOTE: When changing LookAndFeel.Tabs.Active.Style.Outline...
properties, this affects this line. If I change the OutlineSize
to 1
, this line disappears. It seems this line always shows 1 pixel less than OutlineSize
.