Make the LEL layout look perty.

This commit is contained in:
Zed A. Shaw 2025-05-06 23:10:52 -04:00
parent 9e6038dd7d
commit 87149af4c7
2 changed files with 8 additions and 6 deletions

View file

@ -138,14 +138,14 @@ struct CalculatorUI {
CalculatorUI() {
$gui.position(0, 0, WINDOW_WIDTH, WINDOW_HEIGHT);
$gui.layout(
"[*%(400)stack|_|_|_]"
"[*%(400)stack |_|_|_]"
"[*%(400)readout|_|_|_]"
"[push|pop|clear|eq]"
"[add|sub|mul|div]"
"[add |sub|mul |div]"
"[btn7|btn8|btn9]"
"[btn4|btn5|btn6]"
"[btn1|btn2|btn3]"
"[neg|btn0|_]");
"[neg |btn0|_ ]");
}
void init() {