Skip to content

Commit

Permalink
Merge branch 'develop' into doc/fix-forum-links
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminAmos authored May 30, 2024
2 parents 3d1f5fb + 304d7be commit c2f494b
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 c2f494b

Please sign in to comment.