diff --git a/Codist/QuickInfo/ColorQuickInfoUI.cs b/Codist/QuickInfo/ColorQuickInfoUI.cs index 3244f5f3..607669bd 100644 --- a/Codist/QuickInfo/ColorQuickInfoUI.cs +++ b/Codist/QuickInfo/ColorQuickInfoUI.cs @@ -60,7 +60,7 @@ public static StackPanel PreviewColor(SolidColorBrush brush) { return new StackPanel { Name = PreviewPanelName, Children = { - new ThemedTipText().Append(new System.Windows.Shapes.Rectangle { Width = 16, Height = 16, Fill = brush }).Append(R.T_Color, true), + new ThemedTipText().Append(new System.Windows.Shapes.Rectangle { Width = 16, Height = 16, Fill = brush, Margin = WpfHelper.GlyphMargin }).Append(R.T_Color, true), new Grid { HorizontalAlignment = HorizontalAlignment.Left, RowDefinitions = {