taler-ios

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

commit f8bce800de7d838feff729ae2c1223bb3e37cc6e
parent df49c9c40b3a07be7194798b69f5af47e6552d55
Author: Marc Stibane <marc@taler.net>
Date:   Wed,  2 Oct 2024 19:29:07 +0200

layout

Diffstat:
MTalerWallet1/Views/HelperViews/TransactionButton.swift | 7+++++--
1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/TransactionButton.swift b/TalerWallet1/Views/HelperViews/TransactionButton.swift @@ -1,7 +1,10 @@ /* - * This file is part of GNU Taler, ©2022-23 Taler Systems S.A. + * This file is part of GNU Taler, ©2022-24 Taler Systems S.A. * See LICENSE.md */ +/** + * @author Marc Stibane + */ import SwiftUI import taler_swift import AVFoundation @@ -34,9 +37,9 @@ struct WarningButton: View { Image(systemName: buttonIcon) } } + .frame(maxWidth: .infinity) } .talerFont(.title2) - .frame(maxWidth: .infinity) .buttonStyle(.bordered) .controlSize(.large) .disabled(disabled)