mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	Use editor widget for performance editor
This commit is contained in:
		
							parent
							
								
									d92fd419d3
								
							
						
					
					
						commit
						7eff62b5a4
					
				
					 7 changed files with 170 additions and 66 deletions
				
			
		|  | @ -8,15 +8,28 @@ | |||
|       <object class="GtkBox" id="title_box"> | ||||
|         <property name="spacing">12</property> | ||||
|         <child> | ||||
|           <object class="GtkLabel" id="title_label"> | ||||
|             <property name="ellipsize">end</property> | ||||
|             <property name="xalign">0.0</property> | ||||
|           <object class="GtkBox"> | ||||
|             <property name="orientation">vertical</property> | ||||
|             <property name="margin-top">18</property> | ||||
|             <property name="valign">end</property> | ||||
|             <property name="hexpand">true</property> | ||||
|             <property name="margin-top">18</property> | ||||
|             <attributes> | ||||
|               <attribute name="weight" value="bold"/> | ||||
|             </attributes> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="title_label"> | ||||
|                 <property name="ellipsize">end</property> | ||||
|                 <property name="xalign">0.0</property> | ||||
|                 <attributes> | ||||
|                   <attribute name="weight" value="bold"/> | ||||
|                 </attributes> | ||||
|               </object> | ||||
|             </child> | ||||
|             <child> | ||||
|               <object class="GtkLabel" id="subtitle_label"> | ||||
|                 <property name="wrap">true</property> | ||||
|                 <property name="xalign">0.0</property> | ||||
|                 <property name="visible">false</property> | ||||
|                 <property name="margin-bottom">6</property> | ||||
|               </object> | ||||
|             </child> | ||||
|           </object> | ||||
|         </child> | ||||
|       </object> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Elias Projahn
						Elias Projahn