This commit is contained in:
Nikita Kruglickiy
2021-03-31 05:25:18 +06:00
parent 44a539758f
commit 1e9e783ee6
12 changed files with 1518 additions and 23 deletions

View File

@@ -48,8 +48,7 @@ function ECheckbox:paint(x, y, w, h)
render.drawRectFast(x + 4, y + 4, w - 8, h - 8)
render.setColor(self:getColorFromScheme("border"))
render.drawRectOutline(x, y, w, h, 1)
render.drawRectOutline(x + 1, y + 1, w - 2, h - 2, 1)
render.drawRectOutline(x, y, w, h, 2)
end
-- STUB