mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibGUI: Tweak FilePickerDialog UI layout
This commit is contained in:
parent
db321db5f4
commit
3e43b1f173
Notes:
sideshowbarker
2024-07-18 20:37:09 +09:00
Author: https://github.com/awesomekling
Commit: 3e43b1f173
1 changed files with 12 additions and 19 deletions
|
@ -3,11 +3,11 @@
|
|||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
margins: [4, 4, 4, 4]
|
||||
spacing: 3
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4, 4, 4, 4]
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@GUI::Label {
|
||||
text: "Look in:"
|
||||
text_alignment: "CenterRight"
|
||||
fixed_height: 24
|
||||
fixed_height: 20
|
||||
}
|
||||
|
||||
@GUI::Frame {
|
||||
|
@ -28,18 +28,18 @@
|
|||
spacing: 0
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 47
|
||||
}
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
margins: [4, 4, 4, 4]
|
||||
}
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::TextBox {
|
||||
name: "location_textbox"
|
||||
|
@ -56,15 +56,11 @@
|
|||
|
||||
@GUI::Widget {
|
||||
shrink_to_fit: true
|
||||
|
||||
layout: @GUI::VerticalBoxLayout {
|
||||
}
|
||||
layout: @GUI::VerticalBoxLayout
|
||||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
@GUI::Label {
|
||||
text: "File name:"
|
||||
|
@ -89,12 +85,9 @@
|
|||
|
||||
@GUI::Widget {
|
||||
fixed_height: 24
|
||||
layout: @GUI::HorizontalBoxLayout
|
||||
|
||||
layout: @GUI::HorizontalBoxLayout {
|
||||
}
|
||||
|
||||
@GUI::Widget {
|
||||
}
|
||||
@GUI::Widget
|
||||
|
||||
@GUI::Button {
|
||||
name: "cancel_button"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue