Hand labeler UI improvements (#40318)
* Populate and select label line edit on window open * Widen hand labeller UI * Add reset and clear buttons to hand labeler UI * Add window resizing fix from https://github.com/space-wizards/space-station-14/pull/40322 * xaml cleanup, button grouping
This commit is contained in:
@@ -33,6 +33,7 @@ namespace Content.Client.Labels.UI
|
||||
|
||||
_window.OnLabelChanged += OnLabelChanged;
|
||||
Reload();
|
||||
_window.SetInitialLabelState(); // Must be after Reload() has set the label text
|
||||
}
|
||||
|
||||
private void OnLabelChanged(string newLabel)
|
||||
|
||||
Reference in New Issue
Block a user