Calculator: Make the equals button non-focusable

This is not necessary, as pressing Enter will activate the button
whether it is in focus or not. This makes the equals button behave the
same as all other buttons.
This commit is contained in:
Tim Ledbetter 2024-01-11 18:29:14 +00:00 committed by Sam Atkins
parent 043d5d5c27
commit 3cd455e554
Notes: sideshowbarker 2024-07-16 17:12:03 +09:00

View File

@ -308,6 +308,7 @@
fixed_width: 35
fixed_height: 28
foreground_role: "SyntaxPreprocessorValue"
focus_policy: "NoFocus"
}
}
}