Some Bugfixes

This commit is contained in:
2024-01-19 00:19:59 +01:00
parent 51293baaae
commit 42bf01656e
7 changed files with 20 additions and 8 deletions

View File

@ -12,7 +12,7 @@ namespace Elwig.Dialogs {
InitializeComponent();
TextLsNr.Text = lsnr;
TextMember.Text = name;
TextWeight.Text = $"{weight:N0}{Utils.GroupSeparator}kg";
TextWeight.Text = $"{weight:N0}{Utils.UnitSeparator}kg";
}
private void ConfirmButton_Click(object sender, RoutedEventArgs evt) {