mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 22:17:45 +00:00
Calculator: Improve UI margin consistency
This commit is contained in:
parent
411622148a
commit
55c0307288
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
@GUI::Widget {
|
||||
fixed_width: 254
|
||||
fixed_width: 250
|
||||
fixed_height: 215
|
||||
fill_with_background_color: true
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
@ -13,7 +13,7 @@
|
|||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [10, 2, 10, 0]
|
||||
margins: [8, 8, 8, 8]
|
||||
}
|
||||
|
||||
@GUI::TextBox {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue