mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	Refactor module layout
This commit is contained in:
		
							parent
							
								
									e59052a362
								
							
						
					
					
						commit
						5956b7ff15
					
				
					 70 changed files with 757 additions and 841 deletions
				
			
		|  | @ -1,35 +0,0 @@ | |||
| using Gtk 4.0; | ||||
| using Adw 1; | ||||
| 
 | ||||
| template $MusicusRoleSelectorPopover: Gtk.Popover { | ||||
|   styles [ | ||||
|     "selector" | ||||
|   ] | ||||
| 
 | ||||
|   Adw.ToolbarView { | ||||
|     [top] | ||||
|     Gtk.SearchEntry search_entry { | ||||
|       placeholder-text: _("Search roles…"); | ||||
|       margin-start: 8; | ||||
|       margin-end: 8; | ||||
|       margin-top: 8; | ||||
|       margin-bottom: 6; | ||||
|       search-changed => $search_changed() swapped; | ||||
|       activate => $activate() swapped; | ||||
|       stop-search => $stop_search() swapped; | ||||
|     } | ||||
| 
 | ||||
|     Gtk.ScrolledWindow scrolled_window { | ||||
|       height-request: 200; | ||||
| 
 | ||||
|       Gtk.ListBox list_box { | ||||
|         styles [ | ||||
|           "selector-list" | ||||
|         ] | ||||
| 
 | ||||
|         selection-mode: none; | ||||
|         activate-on-single-click: true; | ||||
|       } | ||||
|     } | ||||
|   } | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue