diff options
-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" { |