1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 07:57:47 +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 { @GUI::Widget {
fixed_height: 47 fixed_height: 20
} }
} }
@ -62,12 +68,6 @@
fixed_height: 24 fixed_height: 24
layout: @GUI::HorizontalBoxLayout layout: @GUI::HorizontalBoxLayout
@GUI::Label {
text: "File name:"
text_alignment: "CenterLeft"
fixed_width: 80
}
@GUI::TextBox { @GUI::TextBox {
name: "filename_textbox" name: "filename_textbox"
} }