mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
c8ab45e79f
This brings the existing GML files up to spec with the new requirements
19 lines
324 B
Text
19 lines
324 B
Text
@GUI::Widget {
|
|
layout: @GUI::VerticalBoxLayout {
|
|
margins: [20]
|
|
}
|
|
|
|
@GUI::Label {
|
|
text: "Please wait..."
|
|
text_alignment: "TopLeft"
|
|
fixed_height: 32
|
|
}
|
|
|
|
@GUI::Progressbar {
|
|
name: "page_2_progressbar"
|
|
fixed_height: 28
|
|
}
|
|
|
|
// Spacer
|
|
@GUI::Widget {}
|
|
}
|