ladybird/Userland/Demos/WidgetGallery/DemoWizardPage2.gml
Idan Horowitz c8ab45e79f Userland: Run gml-format
This brings the existing GML files up to spec with the new requirements
2022-02-13 02:36:35 +02:00

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 {}
}