diff --git a/Userland/Applications/Calculator/CalculatorWindow.gml b/Userland/Applications/Calculator/CalculatorWindow.gml index b4ff1c3711..58c43af364 100644 --- a/Userland/Applications/Calculator/CalculatorWindow.gml +++ b/Userland/Applications/Calculator/CalculatorWindow.gml @@ -308,6 +308,7 @@ fixed_width: 35 fixed_height: 28 foreground_role: "SyntaxPreprocessorValue" + focus_policy: "NoFocus" } } }