commit 094088193bf1ed6c09511d07dbf59c02a47134b2
parent 6eea5a33ab435ec14a57b092e923264dd07a6c89
Author: Marc Stibane <marc@taler.net>
Date: Mon, 29 Jul 2024 06:00:31 +0200
Hint for Authorization
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/TalerWallet1/Views/HelperViews/Buttons.swift b/TalerWallet1/Views/HelperViews/Buttons.swift
@@ -40,7 +40,7 @@ struct ConfirmationButton: View {
VStack(alignment: .leading) {
if !minimalistic { // show hint that the user should authorize on bank website
Text(hintTitle)
-// .fixedSize(horizontal: false, vertical: true) // wrap in scrollview
+ .fixedSize(horizontal: false, vertical: true) // wrap in scrollview
.multilineTextAlignment(.leading) // otherwise
.listRowSeparator(.hidden)
}