mirror of
				https://github.com/Ryujinx/GtkSharp.git
				synced 2025-11-04 13:04:53 +00:00 
			
		
		
		
	Update NodeViewDemo to new API.
* sample/NodeViewDemo.cs: s/VBox/ContentArea again.
This commit is contained in:
		
							parent
							
								
									cc32e0ef71
								
							
						
					
					
						commit
						ace9176d4a
					
				| 
						 | 
				
			
			@ -139,7 +139,7 @@ namespace GtkSamples {
 | 
			
		|||
			DefaultSize = new Gdk.Size (480, 100);
 | 
			
		||||
					
 | 
			
		||||
			HBox hbox = new HBox (false, 4);
 | 
			
		||||
			VBox.PackStart (hbox, true, true, 0);
 | 
			
		||||
			ContentArea.PackStart (hbox, true, true, 0);
 | 
			
		||||
				
 | 
			
		||||
			Gtk.Image icon = new Gtk.Image (Stock.DialogInfo, IconSize.Dialog);
 | 
			
		||||
			hbox.PackStart (icon, false, false, 0);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue