Update NodeViewDemo to new API.
* sample/NodeViewDemo.cs: s/VBox/ContentArea again.
This commit is contained in:
parent
cc32e0ef71
commit
ace9176d4a
1 changed files with 1 additions and 1 deletions
|
@ -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