mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 19:57:25 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			41 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
			
		
		
	
	
			41 lines
		
	
	
	
		
			1.4 KiB
		
	
	
	
		
			XML
		
	
	
	
	
	
| <?xml version="1.0" encoding="UTF-8"?>
 | |
| <interface>
 | |
|   <requires lib="gtk" version="4.0"/>
 | |
|   <object class="GtkBox" id="widget">
 | |
|     <property name="orientation">vertical</property>
 | |
|     <property name="spacing">6</property>
 | |
|     <child>
 | |
|       <object class="GtkBox" id="title_box">
 | |
|         <property name="spacing">12</property>
 | |
|         <child>
 | |
|           <object class="GtkBox">
 | |
|             <property name="orientation">vertical</property>
 | |
|             <property name="margin-top">18</property>
 | |
|             <property name="valign">end</property>
 | |
|             <property name="hexpand">true</property>
 | |
|             <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>
 | |
|     </child>
 | |
|     <child>
 | |
|       <object class="GtkFrame" id="frame"/>
 | |
|     </child>
 | |
|   </object>
 | |
| </interface>
 | 
