Calculator: Fix offensive button misalignment

The UI of this application is still quite bad/uneven, but this at
least fixes the most egregious button misalignment.
This commit is contained in:
Andreas Kling 2021-06-13 21:48:15 +02:00
parent 7d90455fad
commit 3ed6a3fea8
Notes: sideshowbarker 2024-07-18 12:17:38 +09:00

View file

@ -45,7 +45,7 @@
@GUI::Button {
name: "clear_error_button"
text: "CE"
fixed_width: 55
fixed_width: 56
fixed_height: 28
foreground_color: "brown"
}