mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove Color of debugging
This commit is contained in:
parent
b4b342fa6f
commit
d6a31f02ab
1 changed files with 0 additions and 1 deletions
|
|
@ -379,7 +379,6 @@ namespace Flow.Launcher.Core.Plugin
|
||||||
sep.SetResourceReference(Separator.BackgroundProperty, "Color03B"); /* for theme change */
|
sep.SetResourceReference(Separator.BackgroundProperty, "Color03B"); /* for theme change */
|
||||||
var panel = new StackPanel
|
var panel = new StackPanel
|
||||||
{
|
{
|
||||||
Background = System.Windows.SystemColors.GrayTextBrush,
|
|
||||||
Orientation = Orientation.Vertical, VerticalAlignment = VerticalAlignment.Center,
|
Orientation = Orientation.Vertical, VerticalAlignment = VerticalAlignment.Center,
|
||||||
Margin = settingLabelPanelMargin
|
Margin = settingLabelPanelMargin
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue