mirror of
https://github.com/MovingBlocks/Terasology
synced 2026-05-24 09:28:22 +00:00
ui: reduce button height to text field height (#5248)
This commit is contained in:
parent
0c00a0840a
commit
304d7beddf
2 changed files with 10 additions and 1 deletions
|
|
@ -128,6 +128,14 @@
|
|||
"text-align-horizontal": "left"
|
||||
}
|
||||
}
|
||||
},
|
||||
"button-text-field-height": {
|
||||
"elements": {
|
||||
"UIButton": {
|
||||
"min-height": 28,
|
||||
"max-height": 28
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -171,7 +171,8 @@
|
|||
{
|
||||
"type": "UIButton",
|
||||
"text": "${engine:menu#re-roll}",
|
||||
"id": "reRoll"
|
||||
"id": "reRoll",
|
||||
"family": "button-text-field-height"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue