Author: miguel
Date: 2005-04-26 13:10:10 -0400 (Tue, 26 Apr 2005)
New Revision: 43602

Modified:
   trunk/gtk-sharp/sample/gtk-html-sample.cs
Log:
Remove unnecessary config file

Modified: trunk/gtk-sharp/sample/gtk-html-sample.cs
===================================================================
--- trunk/gtk-sharp/sample/gtk-html-sample.cs   2005-04-26 16:49:22 UTC (rev 
43601)
+++ trunk/gtk-sharp/sample/gtk-html-sample.cs   2005-04-26 17:10:10 UTC (rev 
43602)
@@ -11,7 +11,9 @@
                Application.Init ();
                html = new HTML ();
                win = new Window ("Test");
-               win.Add (html);
+               ScrolledWindow sw = new ScrolledWindow ();
+               win.Add (sw);
+               sw.Add (html);
                HTMLStream s = html.Begin ("text/html");
 
                if (args.Length > 0) {

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to