Author: jluke
Date: 2005-05-07 13:49:05 -0400 (Sat, 07 May 2005)
New Revision: 44202
Modified:
trunk/gtk-sharp/sample/GtkDemo/DemoIconView.cs
trunk/gtk-sharp/sample/GtkDemo/TODO
Log:
use 48 for the icon size like gtk-demo
Modified: trunk/gtk-sharp/sample/GtkDemo/DemoIconView.cs
===================================================================
--- trunk/gtk-sharp/sample/GtkDemo/DemoIconView.cs 2005-05-07 16:15:33 UTC
(rev 44201)
+++ trunk/gtk-sharp/sample/GtkDemo/DemoIconView.cs 2005-05-07 17:49:05 UTC
(rev 44202)
@@ -68,7 +68,7 @@
Gdk.Pixbuf GetIcon (string name)
{
- return Gtk.IconTheme.Default.LoadIcon (name, 32,
(IconLookupFlags) 0);
+ return Gtk.IconTheme.Default.LoadIcon (name, 48,
(IconLookupFlags) 0);
}
ListStore CreateStore ()
Modified: trunk/gtk-sharp/sample/GtkDemo/TODO
===================================================================
--- trunk/gtk-sharp/sample/GtkDemo/TODO 2005-05-07 16:15:33 UTC (rev 44201)
+++ trunk/gtk-sharp/sample/GtkDemo/TODO 2005-05-07 17:49:05 UTC (rev 44202)
@@ -6,9 +6,6 @@
DemoMain
- syntax highlighting
-IconView
- - fix icons
-
Change Display
- missing
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches