mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-31 23:22:03 +03:00
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:
parent
043d5d5c27
commit
3cd455e554
Notes:
sideshowbarker
2024-07-16 17:12:03 +09:00
Author: https://github.com/tcl3 Commit: https://github.com/SerenityOS/serenity/commit/3cd455e554 Pull-request: https://github.com/SerenityOS/serenity/pull/22707 Reviewed-by: https://github.com/LucasChollet ✅
@ -308,6 +308,7 @@
|
||||
fixed_width: 35
|
||||
fixed_height: 28
|
||||
foreground_role: "SyntaxPreprocessorValue"
|
||||
focus_policy: "NoFocus"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user