summaryrefslogtreecommitdiff
path: root/gtk/gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui.c')
-rw-r--r--gtk/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gui.c b/gtk/gui.c
index 317283f16..ef83f960b 100644
--- a/gtk/gui.c
+++ b/gtk/gui.c
@@ -271,7 +271,7 @@ static nserror nsgtk_init(int argc, char** argv, char **respath)
&arrow_down_pixbuf);
if (error != NSERROR_OK) {
arrow_down_pixbuf = gdk_pixbuf_new(GDK_COLORSPACE_RGB,
- false, 8, 16, 16);
+ false, 8, 8, 32);
}
/* Toolbar inicies file */