Skip to content

Commit 988db48

Browse files
committed
Merge branch 'json_plugin_setting' of https://github.com/Flow-Launcher/Flow.Launcher into json_plugin_setting
2 parents f3cb85e + 5695200 commit 988db48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Flow.Launcher.Core/Plugin/JsonRPCPluginSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -512,8 +512,8 @@ private void MainPanel_SizeChanged(object sender, SizeChangedEventArgs e)
512512

513513
var constrainedWidth = MainGridColumn0MaxWidthRatio * workingWidth;
514514

515-
// Set MaxWidth of column 0 and its childrens
516-
// We must set MaxWidth of its childrens to make text wrapping work correctly
515+
// Set MaxWidth of column 0 and its children
516+
// We must set MaxWidth of its children to make text wrapping work correctly
517517
grid.ColumnDefinitions[0].MaxWidth = constrainedWidth;
518518
foreach (var child in grid.Children)
519519
{

0 commit comments

Comments
 (0)