ui: reduce button height to text field height (#5248)

This commit is contained in:
jdrueckert 2024-05-30 23:08:55 +02:00 committed by GitHub
parent 0c00a0840a
commit 304d7beddf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 1 deletions

View file

@ -128,6 +128,14 @@
"text-align-horizontal": "left"
}
}
},
"button-text-field-height": {
"elements": {
"UIButton": {
"min-height": 28,
"max-height": 28
}
}
}
}
}

View file

@ -171,7 +171,8 @@
{
"type": "UIButton",
"text": "${engine:menu#re-roll}",
"id": "reRoll"
"id": "reRoll",
"family": "button-text-field-height"
}
]
},