mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-03 04:50:29 +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
Notes:
sideshowbarker
2024-07-18 12:17:38 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/3ed6a3fea88
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@
|
|||
@GUI::Button {
|
||||
name: "clear_error_button"
|
||||
text: "CE"
|
||||
fixed_width: 55
|
||||
fixed_width: 56
|
||||
fixed_height: 28
|
||||
foreground_color: "brown"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue