We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b342f commit d6a31f0Copy full SHA for d6a31f0
Flow.Launcher.Core/Plugin/JsonRPCPlugin.cs
@@ -379,7 +379,6 @@ public Control CreateSettingPanel()
379
sep.SetResourceReference(Separator.BackgroundProperty, "Color03B"); /* for theme change */
380
var panel = new StackPanel
381
{
382
- Background = System.Windows.SystemColors.GrayTextBrush,
383
Orientation = Orientation.Vertical, VerticalAlignment = VerticalAlignment.Center,
384
Margin = settingLabelPanelMargin
385
};
0 commit comments