ladybird/Applications/Calculator
Andreas Kling 22cd861c7e Calculator: Set a fixed-width font on the text box
GUI::TextEditor does not yet support right-aligned variable-width fonts
so just switch this to a fixed-width font for now.
2020-05-18 16:48:54 +02:00
..
Calculator.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
Calculator.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
CalculatorWidget.cpp Calculator: Set a fixed-width font on the text box 2020-05-18 16:48:54 +02:00
CalculatorWidget.h Userspace: Use Core::Object::add() when building interfaces 2020-02-23 11:10:52 +01:00
CMakeLists.txt Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
Keypad.cpp Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
Keypad.h Meta: Claim copyright for files created by me 2020-01-24 15:15:16 +01:00
main.cpp LibGUI: Make MenuBar a Core::Object 2020-04-21 16:19:18 +02:00