radio: cover all text with button dimension
This commit is contained in:
parent
4bc8940399
commit
9038cf979b
1
run.scm
1
run.scm
|
@ -41,6 +41,7 @@
|
||||||
(radio-button
|
(radio-button
|
||||||
(make-button (s32vector 0 0) "" 0 font textures-radio
|
(make-button (s32vector 0 0) "" 0 font textures-radio
|
||||||
#:text-colors colors
|
#:text-colors colors
|
||||||
|
#:dimensions (s32vector 200 20)
|
||||||
#:text-alignment '(left . top)
|
#:text-alignment '(left . top)
|
||||||
#:text-pos (s32vector 30 0)
|
#:text-pos (s32vector 30 0)
|
||||||
#:callback radio-button-callback))
|
#:callback radio-button-callback))
|
||||||
|
|
Loading…
Reference in New Issue