gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 15/32: minimalistic: no currency name


From: gnunet
Subject: [taler-taler-ios] 15/32: minimalistic: no currency name
Date: Sun, 14 Jul 2024 00:19:24 +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 61e680e4fc8de0195b82c68206fe8646037959da
Author: Marc Stibane <marc@taler.net>
AuthorDate: Fri Jul 12 23:27:58 2024 +0200

    minimalistic: no currency name
---
 TalerWallet1/Views/HelperViews/BarGraph.swift | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/BarGraph.swift 
b/TalerWallet1/Views/HelperViews/BarGraph.swift
index ecbd46d..543217b 100644
--- a/TalerWallet1/Views/HelperViews/BarGraph.swift
+++ b/TalerWallet1/Views/HelperViews/BarGraph.swift
@@ -25,9 +25,11 @@ struct BarGraphHeader: View {
 
     var body: some View {
         HStack (alignment: .center, spacing: 10) {
-            Text(currencyName)
-                .talerFont(.title2)
-                .foregroundColor(WalletColors().secondary(colorScheme, 
colorSchemeContrast))
+            if !minimalistic {
+                Text(currencyName)
+                    .talerFont(.title2)
+                    .foregroundColor(WalletColors().secondary(colorScheme, 
colorSchemeContrast))
+            }
             if let scopeInfo {
                 BarGraph(transactions: $completedTransactions,
                          maxBars: MAXBARS, barHeight: barHeight)

-- 
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]