Make labels right-aligned (like Bless Hex Editor)
This commit is contained in:
parent
feb5cbcee5
commit
763f1ccce3
@ -367,6 +367,7 @@ namespace UniversalEditor.Editors.Binary
|
||||
{
|
||||
Label lbl = new Label();
|
||||
lbl.Text = converters[i].Label;
|
||||
lbl.HorizontalAlignment = HorizontalAlignment.Right;
|
||||
this.conversionPanel.Controls.Add(lbl, new GridLayout.Constraints(r, c));
|
||||
|
||||
TextBox txt = new TextBox();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user