Remove Color of debugging

This commit is contained in:
DB p 2022-12-11 12:40:30 +09:00
parent b4b342fa6f
commit d6a31f02ab

View file

@ -379,7 +379,6 @@ namespace Flow.Launcher.Core.Plugin
sep.SetResourceReference(Separator.BackgroundProperty, "Color03B"); /* for theme change */
var panel = new StackPanel
{
Background = System.Windows.SystemColors.GrayTextBrush,
Orientation = Orientation.Vertical, VerticalAlignment = VerticalAlignment.Center,
Margin = settingLabelPanelMargin
};