From ec4051de342a05009958d7f9d11398bae8eb50d1 Mon Sep 17 00:00:00 2001 From: Marcos Pinto Date: Wed, 10 Dec 2008 01:07:14 +0000 Subject: [PATCH] icons only in toolbar --- win32/themes/gtkrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/win32/themes/gtkrc b/win32/themes/gtkrc index 934c4f21d..faefaa02f 100755 --- a/win32/themes/gtkrc +++ b/win32/themes/gtkrc @@ -4,4 +4,6 @@ gtk-theme-name = "Clearlooks" gtk-icon-theme-name = "Tango" -gtk-icon-sizes="gtk-small-toolbar=16,16" \ No newline at end of file +gtk-icon-sizes="gtk-small-toolbar=16,16" + +gtk-toolbar-set-style = "gtk-toolbar-icons"