Calculator: Make calculator display non-interactive

Previously, it was possible for the user to input text into the
calculator display. With this change, the calculator display is made
read-only.
This commit is contained in:
Tim Ledbetter 2024-01-11 18:24:46 +00:00 committed by Sam Atkins
parent 92852b8477
commit 043d5d5c27
Notes: sideshowbarker 2024-07-17 04:34:25 +09:00

View File

@ -19,6 +19,8 @@
@GUI::TextBox {
name: "entry_textbox"
font_type: "FixedWidth"
mode: "DisplayOnly"
focus_policy: "NoFocus"
}
@GUI::Widget {