From 5e95a777e02613a3ec91286b8b0f7070b99e52ce Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 22 Jan 2021 17:43:56 +0100 Subject: [PATCH] Calculator: Give the '9' button a blue foreground color as well --- Userland/Applications/Calculator/CalculatorWindow.gml | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Applications/Calculator/CalculatorWindow.gml b/Userland/Applications/Calculator/CalculatorWindow.gml index 4763a4d8c2..a311e0cb92 100644 --- a/Userland/Applications/Calculator/CalculatorWindow.gml +++ b/Userland/Applications/Calculator/CalculatorWindow.gml @@ -87,6 +87,7 @@ text: "9" fixed_width: 35 fixed_height: 28 + foreground_color: "blue" } @GUI::Button {