You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been looking into this issue. As of now, on Windows, font_size works for buttons, but not select boxes. The same thing also happens to be true for Android, based on my testing.
I'll try and see if there's anything I can do to quickly fix this bug.
EDIT: Taking a quick look at the source code for other platforms, I can't identify any functions for setting fonts on any of them. So I suspect that select boxes simply don't support setting the font as of right now.
Describe the bug
font_size
attribute is not working for buttons and select boxes.To Reproduce
or
toga.Selection(items=['m', 'w'], style=Pack(font_size=15))
Expected behavior
The font size should change.
Screenshots
/
Environment:
Additional context
/
The text was updated successfully, but these errors were encountered: