Update NodeViewDemo to new API.

* sample/NodeViewDemo.cs: s/VBox/ContentArea again.
This commit is contained in:
Mike Kestner 2011-02-09 19:29:44 -06:00
parent cc32e0ef71
commit ace9176d4a

View File

@ -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);