mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:57:45 +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
|
layout: @GUI::VerticalBoxLayout
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
fixed_height: 24
|
fixed_height: 22
|
||||||
layout: @GUI::HorizontalBoxLayout
|
layout: @GUI::HorizontalBoxLayout
|
||||||
|
|
||||||
@GUI::TextBox {
|
@GUI::TextBox {
|
||||||
|
@ -84,7 +84,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
fixed_height: 24
|
fixed_height: 22
|
||||||
layout: @GUI::HorizontalBoxLayout
|
layout: @GUI::HorizontalBoxLayout
|
||||||
|
|
||||||
@GUI::Widget
|
@GUI::Widget
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue