mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
20 lines
324 B
Plaintext
20 lines
324 B
Plaintext
@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 {}
|
|
}
|