mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:17:35 +00: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
1 changed files with 1 additions and 0 deletions
|
@ -308,6 +308,7 @@
|
||||||
fixed_width: 35
|
fixed_width: 35
|
||||||
fixed_height: 28
|
fixed_height: 28
|
||||||
foreground_role: "SyntaxPreprocessorValue"
|
foreground_role: "SyntaxPreprocessorValue"
|
||||||
|
focus_policy: "NoFocus"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue