gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 25/32: Bargraph after Currency


From: gnunet
Subject: [taler-taler-ios] 25/32: Bargraph after Currency
Date: Mon, 16 Oct 2023 00:03:23 +0200

This is an automated email from the git hooks/post-receive script.

marc-stibane pushed a commit to branch master
in repository taler-ios.

commit c53edd4f43e969234f706106e0ee1581a34b9ac4
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Oct 14 09:27:56 2023 +0200

    Bargraph after Currency
---
 TalerWallet1/Views/Balances/BalancesSectionView.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift 
b/TalerWallet1/Views/Balances/BalancesSectionView.swift
index 75cc0a1..1954386 100644
--- a/TalerWallet1/Views/Balances/BalancesSectionView.swift
+++ b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -111,9 +111,9 @@ extension BalancesSectionView: View {
             }
         } header: {
             HStack (alignment: .center, spacing: 10) {
-                BarGraph(transactions: $completedTransactions, barHeight: 10)
                 Text(currency)
                     .accessibilityFont(.title2)
+                BarGraph(transactions: $completedTransactions, barHeight: 10)
             }
         }.id(sectionID)
         .task {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]