add custom Gtk config for Windows
This commit is contained in:
9
setup/data/tools/.gtkrc-2.0.win
Normal file
9
setup/data/tools/.gtkrc-2.0.win
Normal file
@@ -0,0 +1,9 @@
|
||||
gtk-menu-popup-delay = 10
|
||||
|
||||
binding "ms-windows-tree-view"
|
||||
{
|
||||
bind "Right" { "expand-collapse-cursor-row" (1,1,0) }
|
||||
bind "Left" { "expand-collapse-cursor-row" (1,0,0) }
|
||||
}
|
||||
|
||||
class "GtkTreeView" binding "ms-windows-tree-view"
|
||||
Reference in New Issue
Block a user