gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 04/28: Font


From: gnunet
Subject: [taler-taler-ios] 04/28: Font
Date: Tue, 19 Sep 2023 03:44: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 dbf95e6403d29c87b66e33a654583444da6def72
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Sep 18 08:45:00 2023 +0200

    Font
---
 TalerWallet1/Views/Sheets/Sheet.swift | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Sheets/Sheet.swift 
b/TalerWallet1/Views/Sheets/Sheet.swift
index f8642ba..1fd46ec 100644
--- a/TalerWallet1/Views/Sheets/Sheet.swift
+++ b/TalerWallet1/Views/Sheets/Sheet.swift
@@ -10,6 +10,7 @@ struct Sheet: View {
     private let symLog = SymLogV()
     @Environment(\.dismiss) var dismiss     // call dismiss() to get rid of 
the sheet
     @EnvironmentObject private var debugViewC: DebugViewC
+    @AppStorage("talerFont") var talerFont: Int = 0
 
     var sheetView: AnyView
 
@@ -30,7 +31,9 @@ struct Sheet: View {
                 .navigationBarItems(leading: cancelButton)
                 .navigationBarTitleDisplayMode(.automatic)
                 
.background(WalletColors().backgroundColor.edgesIgnoringSafeArea(.all))
-        }.navigationViewStyle(.stack)
+        }
+        .navigationViewStyle(.stack)
+        .talerNavBar(talerFont: talerFont)
         .overlay(alignment: .top) {
             // Show the viewID on top of the sheet's NavigationView
             Text(idString)

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