mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:05:29 +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)
|
||||
{
|
||||
return Gtk.IconTheme.Default.LoadIcon (name, 32, (IconLookupFlags) 0);
|
||||
return Gtk.IconTheme.Default.LoadIcon (name, 48, (IconLookupFlags) 0);
|
||||
}
|
||||
|
||||
ListStore CreateStore ()
|
||||
|
|
|
@ -6,9 +6,6 @@ General
|
|||
DemoMain
|
||||
- syntax highlighting
|
||||
|
||||
IconView
|
||||
- fix icons
|
||||
|
||||
Change Display
|
||||
- missing
|
||||
|
||||
|
|
Loading…
Reference in a new issue