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:
parent
7d90455fad
commit
3ed6a3fea8
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue