use 48 for the icon size like gtk-demo

svn path=/trunk/gtk-sharp/; revision=44202
This commit is contained in:
John Luke 2005-05-07 17:49:05 +00:00
parent ab20101e76
commit 6a62db1f0d
2 changed files with 1 additions and 4 deletions

View File

@ -68,7 +68,7 @@ namespace GtkDemo
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 ()

View File

@ -6,9 +6,6 @@ General
DemoMain
- syntax highlighting
IconView
- fix icons
Change Display
- missing