1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:57:45 +00:00

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

View file

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