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 988db48 commit e571204Copy full SHA for e571204
Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs
@@ -161,8 +161,7 @@ public Control CreateSettingPanel()
161
var mainPanel = new Grid { Margin = SettingPanelMargin, VerticalAlignment = VerticalAlignment.Center };
162
mainPanel.ColumnDefinitions.Add(new ColumnDefinition()
163
{
164
- Width = new GridLength(0, GridUnitType.Auto),
165
- MaxWidth = MainGridColumn0MaxWidthRatio * 560 // 560 is the default available width
+ Width = new GridLength(0, GridUnitType.Auto)
166
});
167
168
0 commit comments