mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Remove unnecessary check
This commit is contained in:
parent
44ca9c3480
commit
f3cb85ea59
1 changed files with 0 additions and 3 deletions
|
|
@ -519,9 +519,6 @@ namespace Flow.Launcher.Core.Plugin
|
|||
{
|
||||
if (child is FrameworkElement element && Grid.GetColumn(element) == 0 && Grid.GetColumnSpan(element) == 1)
|
||||
{
|
||||
if (element.MaxWidth < constrainedWidth)
|
||||
continue;
|
||||
|
||||
element.MaxWidth = constrainedWidth;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue