mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 01:12:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			242 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Frame {
 | |
|     layout: @GUI::VerticalBoxLayout {
 | |
|         margins: [2, 0, 0, 0]
 | |
|     }
 | |
|     fill_with_background_color: true
 | |
| 
 | |
|     @GUI::TextBox {
 | |
|         name: "search_input"
 | |
|     }
 | |
| 
 | |
|     @GUI::TableView {
 | |
|         name: "results_table"
 | |
|     }
 | |
| }
 | 
