aboutsummaryrefslogtreecommitdiffstats
path: root/ui/win32
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-10-11 15:41:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-10-11 15:41:34 +0000
commitd7c4e6ccf05d1d8a3dbf8527440335770e2cae48 (patch)
tree0a9cdeab980e23b09d8bc39a80b29153bd2d78ea /ui/win32
parent94374cb6d7f98f6e17da535cd016c7ee68be8395 (diff)
In GTK3 the settings.ini file serves the same purpose as the gtkrc file.
It should be copied to the wireshark executable dir ..\etc\gtk-3.0 I'm not sure if this is the right place to put it. makefile will be updated later if no one beats me to it or has a better idea where to put the file. I'm not sure if we should strive to make the GTK3 version as equal to the GTK2 version as possible or accept that it looks more like the *nix version. If we are to use it it needs to be in the nsi installer as well. svn path=/trunk/; revision=45474
Diffstat (limited to 'ui/win32')
-rw-r--r--ui/win32/settings.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui/win32/settings.ini b/ui/win32/settings.ini
new file mode 100644
index 0000000000..073ebb62ed
--- /dev/null
+++ b/ui/win32/settings.ini
@@ -0,0 +1,5 @@
+# $Id$
+[Settings]
+gtk-toolbar-icon-size=GTK_ICON_SIZE_SMALL_TOOLBAR
+# disable images in buttons.
+gtk-button-images = 0