mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 18:12:43 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Widget {
 | |
|     name: "cursors_tab"
 | |
|     layout: @GUI::VerticalBoxLayout {
 | |
|         margins: [4, 4, 4, 4]
 | |
|     }
 | |
| 
 | |
|     @GUI::GroupBox {
 | |
|         layout: @GUI::VerticalBoxLayout {
 | |
|             margins: [8, 8, 8, 8]
 | |
|         }
 | |
| 
 | |
|         @GUI::TableView {
 | |
|             name: "cursors_tableview"
 | |
|             font_size: 12
 | |
|         }
 | |
|     }
 | |
| }
 | 
