Skip to content

Commit

Permalink
ui: reduce button height to text field height (#5248)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdrueckert committed May 30, 2024
1 parent 0c00a08 commit 304d7be
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,14 @@
"text-align-horizontal": "left"
}
}
},
"button-text-field-height": {
"elements": {
"UIButton": {
"min-height": 28,
"max-height": 28
}
}
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,8 @@
{
"type": "UIButton",
"text": "${engine:menu#re-roll}",
"id": "reRoll"
"id": "reRoll",
"family": "button-text-field-height"
}
]
},
Expand Down

0 comments on commit 304d7be

Please sign in to comment.