Tweak theme: Larger space between checkbox and label
This commit is contained in:
parent
4f3d285218
commit
4ac0f37097
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ function theme.Checkbox(chk, opt, x,y,w,h)
|
|||
if chk.text then
|
||||
love.graphics.setFont(opt.font)
|
||||
y = y + theme.getVerticalOffsetForAlign(opt.valign, opt.font, h)
|
||||
love.graphics.printf(chk.text, x + th+2, y, w - th+2, opt.align or "left")
|
||||
love.graphics.printf(chk.text, x + h, y, w - h, opt.align or "left")
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue