mirror of
				https://github.com/johrpan/musicus.git
				synced 2025-10-26 11:47:25 +01:00 
			
		
		
		
	
		
			
	
	
		
			74 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			74 lines
		
	
	
	
		
			2.7 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
|   | <?xml version="1.0" encoding="UTF-8"?> | ||
|  | <!-- Generated with glade 3.36.0 --> | ||
|  | <interface> | ||
|  |   <requires lib="gtk+" version="3.22"/> | ||
|  |   <object class="GtkWindow" id="window"> | ||
|  |     <property name="can_focus">False</property> | ||
|  |     <property name="modal">True</property> | ||
|  |     <property name="destroy_with_parent">True</property> | ||
|  |     <property name="type_hint">dialog</property> | ||
|  |     <child> | ||
|  |       <object class="GtkGrid"> | ||
|  |         <property name="visible">True</property> | ||
|  |         <property name="can_focus">False</property> | ||
|  |         <property name="border_width">18</property> | ||
|  |         <property name="row_spacing">12</property> | ||
|  |         <property name="column_spacing">6</property> | ||
|  |         <child> | ||
|  |           <object class="GtkLabel"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">False</property> | ||
|  |             <property name="halign">end</property> | ||
|  |             <property name="label" translatable="yes">Title</property> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="left_attach">0</property> | ||
|  |             <property name="top_attach">0</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkEntry" id="title_entry"> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">True</property> | ||
|  |             <property name="hexpand">True</property> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="left_attach">1</property> | ||
|  |             <property name="top_attach">0</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |       </object> | ||
|  |     </child> | ||
|  |     <child type="titlebar"> | ||
|  |       <object class="GtkHeaderBar"> | ||
|  |         <property name="visible">True</property> | ||
|  |         <property name="can_focus">False</property> | ||
|  |         <property name="title" translatable="yes">Work section</property> | ||
|  |         <child> | ||
|  |           <object class="GtkButton" id="cancel_button"> | ||
|  |             <property name="label" translatable="yes">Cancel</property> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">True</property> | ||
|  |             <property name="receives_default">True</property> | ||
|  |           </object> | ||
|  |         </child> | ||
|  |         <child> | ||
|  |           <object class="GtkButton" id="save_button"> | ||
|  |             <property name="label" translatable="yes">Save</property> | ||
|  |             <property name="visible">True</property> | ||
|  |             <property name="can_focus">True</property> | ||
|  |             <property name="receives_default">True</property> | ||
|  |             <style> | ||
|  |               <class name="suggested-action"/> | ||
|  |             </style> | ||
|  |           </object> | ||
|  |           <packing> | ||
|  |             <property name="pack_type">end</property> | ||
|  |             <property name="position">1</property> | ||
|  |           </packing> | ||
|  |         </child> | ||
|  |       </object> | ||
|  |     </child> | ||
|  |   </object> | ||
|  | </interface> |