Skip to content

Commit 4109b5d

Browse files
committed
fix(ui): 🎨 keep ref editors scoped to each field
1 parent 166bb9f commit 4109b5d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ReferenceReplacement/UI/ReferenceReplacementDialog.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ private static void BuildReferenceEditor(UIBuilder ui, string label, ISyncRef re
168168
{
169169
LocaleString labelString = (LocaleString)label;
170170
ui.Text(in labelString);
171+
ui.HorizontalLayout(4f);
171172
ui.RefMemberEditor(referenceField);
173+
ui.NestOut();
172174
}
173175

174176
private void BuildActionButtons(UIBuilder ui)

0 commit comments

Comments
 (0)