Signed-off-by: Matt Bruce <mbrucedogs@gmail.com>
This commit is contained in:
parent
884bc988f6
commit
7913cb2d45
@ -213,6 +213,7 @@
|
||||
},
|
||||
"BANKER WINS" : {
|
||||
"comment" : "Result banner text when banker wins.",
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
@ -779,6 +780,7 @@
|
||||
},
|
||||
"PLAYER WINS" : {
|
||||
"comment" : "Result banner text when player wins.",
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
@ -960,6 +962,7 @@
|
||||
},
|
||||
"tableLimitsFormat" : {
|
||||
"comment" : "Format string for table limits display. First argument is min bet, second is max bet.",
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
@ -1036,6 +1039,7 @@
|
||||
},
|
||||
"TIE GAME" : {
|
||||
"comment" : "Result banner text when the game is a tie.",
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
|
||||
@ -45,7 +45,7 @@ struct ChipSelectorView: View {
|
||||
}
|
||||
}
|
||||
.padding(.horizontal)
|
||||
.padding(.vertical, Design.Spacing.xSmall) // Extra padding for selection scale effect
|
||||
.padding(.vertical, Design.Spacing.small) // Extra padding for selection scale effect (1.1x)
|
||||
}
|
||||
.scrollIndicators(.hidden)
|
||||
.onChange(of: balance) { _, newBalance in
|
||||
|
||||
Loading…
Reference in New Issue
Block a user