left-align custom option label
This commit is contained in:
parent
33ce82b717
commit
afcdf67668
@ -79,6 +79,7 @@ namespace UniversalEditor.UserInterface.Dialogs
|
||||
// lbl.AutoSize = true;
|
||||
// lbl.Dock = DockStyle.None;
|
||||
// lbl.Anchor = AnchorStyles.Left;
|
||||
lbl.HorizontalAlignment = HorizontalAlignment.Left;
|
||||
lbl.UseMnemonic = true;
|
||||
lbl.Text = eo.Title; // .Replace("_", "&"); // only for WinForms
|
||||
this.Controls.Add(lbl, new GridLayout.Constraints(iRow, 0, 1, 1, ExpandMode.None));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user