mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:27:45 +00:00
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:
parent
8db4819271
commit
2de1f32433
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue