mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +00:00
FilePicker: Fix button margins and size
This commit is contained in:
parent
749b39997b
commit
aa3dd0721a
1 changed files with 2 additions and 2 deletions
|
@ -65,7 +65,7 @@
|
|||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
fixed_height: 22
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::TextBox {
|
||||
|
@ -84,7 +84,7 @@
|
|||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
fixed_height: 22
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Widget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue