Skip to content

Commit f3cb85e

Browse files
committed
Remove unnecessary check
1 parent 44ca9c3 commit f3cb85e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -519,9 +519,6 @@ private void MainPanel_SizeChanged(object sender, SizeChangedEventArgs e)
519519
{
520520
if (child is FrameworkElement element && Grid.GetColumn(element) == 0 && Grid.GetColumnSpan(element) == 1)
521521
{
522-
if (element.MaxWidth < constrainedWidth)
523-
continue;
524-
525522
element.MaxWidth = constrainedWidth;
526523
}
527524
}

0 commit comments

Comments
 (0)