add custom Gtk config for Windows
This commit is contained in:
parent
4e4bb3a153
commit
c4528f8d64
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"
|
||||
Loading…
Reference in New Issue
Block a user