Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.2, 0.9.3, and 1.0

stable doc: add toolbar configs to FAQ

Changeset 0ab1ff90ab12

Parent 01cfbbba74b0

by Steve Borho

Changes to one file · Browse files at 0ab1ff90ab12 Showing diff from parent 01cfbbba74b0 Diff from another changeset...

 
23
24
25
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
27
28
 
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
@@ -23,6 +23,29 @@
  locale you would like to use, double-click on it, and confirm all   requests.   +*Can I configure the toolbars in TortoiseHg applications?* + + TortoiseHg dialogs are PyGtk applications, so they can be configured by + modifying the gtkrc file that is installed as gtk\etc\gtk-2.0\gtkrc under the + installation folder:: + + gtk-toolbar-icon-size = GTK_ICON_SIZE_LARGE_TOOLBAR + # Pick an icon size from: + # GTK_ICON_SIZE_MENU + # GTK_ICON_SIZE_SMALL_TOOLBAR + # GTK_ICON_SIZE_LARGE_TOOLBAR (default) + # GTK_ICON_SIZE_BUTTON + # GTK_ICON_SIZE_DND + # GTK_ICON_SIZE_DIALOG + gtk-toolbar-style = GTK_TOOLBAR_BOTH + # Pick a toolbar style from: + # GTK_TOOLBAR_ICONS + # GTK_TOOLBAR_TEXT + # GTK_TOOLBAR_BOTH (default) + # GTK_TOOLBAR_BOTH_HORIZ + + These settings are applied globally to all TortoiseHg applications. +  *How do I do merges and arbitrary version checkouts?*     Merges and updates are intended to be done from within the Changelog