LibGUI: Yet another FilePicker UI tweak

Make sure the "Look in:" label is vertically centered within its
corresponding location box.
This commit is contained in:
Andreas Kling 2021-04-09 23:09:52 +02:00
parent 8db4819271
commit 2de1f32433

View file

@ -9,13 +9,13 @@
@GUI::Widget {
shrink_to_fit: true
layout: @GUI::VerticalBoxLayout {
margins: [4, 4, 4, 4]
margins: [4, 0, 4, 0]
}
@GUI::Label {
text: "Look in:"
text_alignment: "CenterRight"
fixed_height: 20
fixed_height: 24
}
@GUI::Frame {
@ -36,7 +36,7 @@
}
@GUI::Widget {
fixed_height: 20
fixed_height: 24
}
}