We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc3002 commit 696b4d9Copy full SHA for 696b4d9
src/rmkit/ui/keyboard.cpy
@@ -59,7 +59,7 @@ namespace ui:
59
string text = ""
60
int btn_width
61
int btn_height
62
- static Stylesheet BTN_STYLE = Stylesheet().font_size(48)
+ static Stylesheet BTN_STYLE = Stylesheet().font_size(48).valign_middle().justify_center()
63
static Stylesheet INPUT_STYLE = Stylesheet().font_size(64)
64
65
KEYBOARD_EVENTS events
0 commit comments