App: Fix GroupSeparator bug

This commit is contained in:
2024-01-18 23:48:42 +01:00
parent 1d1398a9cd
commit 51293baaae
5 changed files with 17 additions and 10 deletions

View File

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