1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:18:13 +00:00

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

View file

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