1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 05:07:45 +00:00

FilePicker: Fix button margins and size

This commit is contained in:
FrHun 2021-07-27 19:26:27 +02:00 committed by Andreas Kling
parent 749b39997b
commit aa3dd0721a

View file

@ -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