Skip to content

Commit

Permalink
[TASK] fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Sharrnah committed Jan 5, 2025
1 parent f1bf45d commit 8df3a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pages/Advanced/PluginSettings.go
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ func BuildSinglePluginSettings(pluginClassName string, pluginAccordionItem *widg
columnContainer := container.NewVBox(columnFields...)
columnContainers = append(columnContainers, columnContainer)
}
// Add all column VBoxes to an HBox
// Add all column VBoxes to a Grid columns container
groupContainer.Add(container.NewGridWithColumns(len(columnContainers), columnContainers...))
}
}
Expand Down

0 comments on commit 8df3a30

Please sign in to comment.