Skip to content

Commit

Permalink
by default show tooltip always
Browse files Browse the repository at this point in the history
  • Loading branch information
Piro / SHIMODA Hiroshi committed Nov 29, 2011
1 parent 617cf38 commit 18c25bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions defaults/preferences/treestyletab.js
Expand Up @@ -306,7 +306,7 @@ pref("extensions.treestyletab.clickOnIndentSpaces.enabled", true);
* 1 = show all titles of tabs in the tree only for collapsed tree
* 2 = show all titles of tabs in the tree always
*/
pref("extensions.treestyletab.tooltip.mode", 1);
pref("extensions.treestyletab.tooltip.mode", 2);
/**
* Maximum count of tabs in a tooltip. Tabs over this limit are
* not shown in the tooltip.
Expand All @@ -316,7 +316,7 @@ pref("extensions.treestyletab.tooltip.maxCount", 10);
* After this delay, TST shows "full tooltip" to show whole tree.
* Negative value means "do not show full tooltip".
*/
pref("extensions.treestyletab.tooltip.fullTooltipDelay", 1500);
pref("extensions.treestyletab.tooltip.fullTooltipDelay", 2000);

/**
* Visibility of extra menu items for the context menu on tabs, inserted by TST.
Expand Down

0 comments on commit 18c25bc

Please sign in to comment.