Skip to content

Commit

Permalink
update pref UI around tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Piro / SHIMODA Hiroshi committed Nov 29, 2011
1 parent 18c25bc commit 7869302
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions content/treestyletab/config.xul
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,9 @@
<preference id="extensions.treestyletab.animation.enabled"
name="extensions.treestyletab.animation.enabled"
type="bool"/>
<preference id="extensions.treestyletab.tooltip.includeChildren"
name="extensions.treestyletab.tooltip.includeChildren"
type="bool"/>
<preference id="extensions.treestyletab.tooltip.mode"
name="extensions.treestyletab.tooltip.mode"
type="int"/>
<preference id="extensions.treestyletab.bookmarkDroppedTabs.behavior"
name="extensions.treestyletab.bookmarkDroppedTabs.behavior"
type="int"/>
Expand All @@ -764,9 +764,11 @@
<checkbox id="extensions.treestyletab.animation.enabled-check"
preference="extensions.treestyletab.animation.enabled"
label="&config.animation.enabled;"/>
<checkbox id="extensions.treestyletab.tooltip.includeChildren-check"
preference="extensions.treestyletab.tooltip.includeChildren"
label="&config.tooltip.includeChildren;"/>
<checkbox id="extensions.treestyletab.tooltip.mode-check"
preference="extensions.treestyletab.tooltip.mode"
label="&config.tooltip.includeChildren;"
onsynctopreference="return document.getElementById('extensions.treestyletab.tooltip.mode-check').checked ? 2 : 0 ;"
onsyncfrompreference="return document.getElementById('extensions.treestyletab.tooltip.mode').value == 2;"/>

<groupbox>
<caption label="&config.bookmarkDroppedTabs.caption;"/>
Expand Down

0 comments on commit 7869302

Please sign in to comment.