taler-ios

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

commit 91634137216a069ec5dc82894c856bea2329c7c0
parent 7b71e5c08fda46fd657a891486b2a45d5be3d01a
Author: Marc Stibane <marc@taler.net>
Date:   Sun, 31 Aug 2025 20:14:28 +0200

reduce to make space for chart

Diffstat:
MTalerWallet1/Views/OIM/OIMviews.swift | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/OIM/OIMviews.swift b/TalerWallet1/Views/OIM/OIMviews.swift @@ -76,7 +76,7 @@ struct OIMtitleView: View { HStack(alignment: .top) { // invisible - source where the selected balance chest (target) moves to OIMbalanceButton(isOpen: true, chest: chest, isFinal: false) {} - .frame(width: OIMbuttonSize, height: OIMbuttonSize) + .frame(width: OIMbuttonSize, height: history ? OIMbuttonSize / 2 : OIMbuttonSize) .disabled(true) .opacity(INVISIBLE) .matchedGeometryEffect(id: OIMNUMBER, in: wrapper.namespace, isSource: true)