mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Merge branch 'json_plugin_setting' of https://github.com/Flow-Launcher/Flow.Launcher into json_plugin_setting
This commit is contained in:
commit
988db485a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue