Skip to content

Commit

Permalink
minor layout tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
glabute committed May 31, 2024
1 parent 314e1bb commit 6c8ecd1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ public override VisualElement CreateInspectorGUI()
listField.OnInitialGeometry(() =>
{
var list = listField.Q<ListView>();
list.makeItem = () => new BindableElement();
list.makeItem = () => new BindableElement() { style = { marginRight = 2 }};
list.bindItem = (ux, index) =>
{
// Remove children - items get recycled
Expand Down

0 comments on commit 6c8ecd1

Please sign in to comment.