diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 05:47:20 +0300 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-28 05:47:20 +0300 |
commit | b2ae3b9dd1e6d890a5f07506bcb3ba89c4d96f0c (patch) | |
tree | ef7091fe98b1092799f494f712d5f9eeb97be7b0 /win32/copy | |
parent | 92dca50dfccb66f7770b172ded09a54579db06d0 (diff) |
Update gtkrc
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/etc/gtk-2.0/gtkrc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/win32/copy/etc/gtk-2.0/gtkrc b/win32/copy/etc/gtk-2.0/gtkrc index 6ac7b76c..6b073da5 100644 --- a/win32/copy/etc/gtk-2.0/gtkrc +++ b/win32/copy/etc/gtk-2.0/gtkrc @@ -1,5 +1,3 @@ -gtk-font-name = "sans 8" - gtk-icon-sizes = "gtk-menu=13,13:gtk-small-toolbar=16,16:gtk-large-toolbar=24,24:gtk-dnd=32,32" gtk-toolbar-icon-size = small-toolbar @@ -19,8 +17,8 @@ gtk-alternative-sort-arrows = 1 # Windows users don't expect the PC Speaker beeping at them when they backspace in an empty textview and stuff like that gtk-error-bell = 0 -# hide mnemonic underlines until the Alt key is pressed (requires gtk 2.18+) -# gtk-auto-mnemonics = 1 +# hide mnemonic underlines until the Alt key is pressed +gtk-auto-mnemonics = 1 style "msw-default" { |