mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-16 22:42:18 +00:00
FilePicker: Fix button margins and size
This commit is contained in:
parent
749b39997b
commit
aa3dd0721a
Notes:
sideshowbarker
2024-07-18 08:01:02 +09:00
Author: https://github.com/frhun
Commit: aa3dd0721a
Pull-request: https://github.com/SerenityOS/serenity/pull/9044
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