taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit 33e19c250c3615480d09b492975461d9125c1361
parent 49c8f0342dec98e340299ab14c4bfac2b41d1235
Author: Marc Stibane <marc@taler.net>
Date:   Sun, 14 Jul 2024 09:28:00 +0200

Fix layout of tx list again

Diffstat:
MTalerWallet1/Views/Transactions/TransactionRowView.swift | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/Transactions/TransactionRowView.swift b/TalerWallet1/Views/Transactions/TransactionRowView.swift @@ -79,7 +79,7 @@ struct TransactionRowView: View { #endif let layout1 = HStack(spacing: 4) { - VStack(alignment: .leading) { + VStack(alignment: .leading, spacing: 2) { centerTop centerBottom } @@ -92,11 +92,12 @@ struct TransactionRowView: View { let layout2 = VStack(alignment: .leading, spacing: 2) { centerTop - HStack(spacing: 10) { + HStack(spacing: 6) { centerBottom #if DEBUG .border(green) #endif + Spacer(minLength: 0) amountV #if DEBUG .border(red)