- [CHG] Borde del ui::textbox gris
This commit is contained in:
@@ -149,7 +149,7 @@ namespace ui
|
|||||||
|
|
||||||
draw::color(LIGHT+WHITE);
|
draw::color(LIGHT+WHITE);
|
||||||
draw::fillrect(x, y, w, h);
|
draw::fillrect(x, y, w, h);
|
||||||
draw::color(PAPER);
|
draw::color(WHITE);
|
||||||
draw::rect(x, y, w, h);
|
draw::rect(x, y, w, h);
|
||||||
draw::print(label, x+3, y+3, BLACK, 0);
|
draw::print(label, x+3, y+3, BLACK, 0);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user