Browse Source

Cosmetic: sort accounts ascending on startup

Herman Schoenfeld 7 years ago
parent
commit
e1d8f2a2eb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/gui/UCTRLWallet.pas

+ 1 - 0
src/gui/UCTRLWallet.pas

@@ -143,6 +143,7 @@ begin
     Binding := 'AccountNumber';
     SortBinding := 'AccountNumber';
     DisplayBinding := 'Account';
+    SortDirection:= sdAscending;
     Width := 100;
     HeaderFontStyles := [fsBold];
     DataFontStyles := [fsBold];