1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 14:47:44 +00:00

LibGUI: More tweaks for the FilePicker UI layout

This commit is contained in:
Andreas Kling 2021-04-09 21:46:33 +02:00
parent da7dbc116e
commit 2aaf12e9cd

View file

@ -29,8 +29,14 @@
}
}
@GUI::Label {
text: "File name:"
text_alignment: "CenterRight"
fixed_height: 24
}
@GUI::Widget {
fixed_height: 47
fixed_height: 20
}
}
@ -62,12 +68,6 @@
fixed_height: 24
layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "File name:"
text_alignment: "CenterLeft"
fixed_width: 80
}
@GUI::TextBox {
name: "filename_textbox"
}