LabeledLineEdit

A line edit box with an associated label.

alias LabeledLineEdit = Labeled!LineEdit

Meta

History

On May 17, 2021, the default internal layout was changed from horizontal to vertical.

Old: ________

New:
____________

To restore the old behavior, use new LabeledLineEdit("label", TextAlignment.Right, parent);

You can also use new LabeledLineEdit("label", TextAlignment.Left, parent); if you want a horizontal label but left aligned. You may also consider a GridLayout.

Suggestion Box / Bug Report