mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-11 16:05:30 +00:00
use 48 for the icon size like gtk-demo
svn path=/trunk/gtk-sharp/; revision=44202
This commit is contained in:
parent
ab20101e76
commit
6a62db1f0d
|
@ -68,7 +68,7 @@ namespace GtkDemo
|
||||||
|
|
||||||
Gdk.Pixbuf GetIcon (string name)
|
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 ()
|
ListStore CreateStore ()
|
||||||
|
|
|
@ -6,9 +6,6 @@ General
|
||||||
DemoMain
|
DemoMain
|
||||||
- syntax highlighting
|
- syntax highlighting
|
||||||
|
|
||||||
IconView
|
|
||||||
- fix icons
|
|
||||||
|
|
||||||
Change Display
|
Change Display
|
||||||
- missing
|
- missing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue