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:
parent
da7dbc116e
commit
2aaf12e9cd
1 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue