mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 11:02:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			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 {}
 | |
| }
 | 
