Merge branch 'json_plugin_setting' of https://github.com/Flow-Launcher/Flow.Launcher into json_plugin_setting

This commit is contained in:
Jack251970 2025-09-15 18:46:53 +08:00
commit 988db485a2

View file

@ -512,8 +512,8 @@ namespace Flow.Launcher.Core.Plugin
var constrainedWidth = MainGridColumn0MaxWidthRatio * workingWidth;
// Set MaxWidth of column 0 and its childrens
// We must set MaxWidth of its childrens to make text wrapping work correctly
// Set MaxWidth of column 0 and its children
// We must set MaxWidth of its children to make text wrapping work correctly
grid.ColumnDefinitions[0].MaxWidth = constrainedWidth;
foreach (var child in grid.Children)
{