radio: cover all text with button dimension

master
nixo 2021-01-09 13:48:46 +01:00
parent 4bc8940399
commit 9038cf979b
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@
(radio-button
(make-button (s32vector 0 0) "" 0 font textures-radio
#:text-colors colors
#:dimensions (s32vector 200 20)
#:text-alignment '(left . top)
#:text-pos (s32vector 30 0)
#:callback radio-button-callback))