mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +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 {
|
@GUI::Widget {
|
||||||
shrink_to_fit: true
|
shrink_to_fit: true
|
||||||
layout: @GUI::VerticalBoxLayout {
|
layout: @GUI::VerticalBoxLayout {
|
||||||
margins: [4, 4, 4, 4]
|
margins: [4, 0, 4, 0]
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Label {
|
@GUI::Label {
|
||||||
text: "Look in:"
|
text: "Look in:"
|
||||||
text_alignment: "CenterRight"
|
text_alignment: "CenterRight"
|
||||||
fixed_height: 20
|
fixed_height: 24
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Frame {
|
@GUI::Frame {
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@GUI::Widget {
|
@GUI::Widget {
|
||||||
fixed_height: 20
|
fixed_height: 24
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue