diff options
author | Einar Egilsson | 2011-08-26 16:55:21 +0200 |
---|---|---|
committer | Einar Egilsson | 2011-08-26 16:55:21 +0200 |
commit | 9b57efe67dd9f16ab30886182b6591b589c29bbf (patch) | |
tree | a51c4471b1ed692c0ccbc0b8ffd44dcb5988eafd /chrome/ui | |
parent | e3b36411d27c6fa6575b386738f9bfd3d582c50a (diff) |
Added close button + alt+r shortcut to toggle enabled
Diffstat (limited to 'chrome/ui')
-rw-r--r-- | chrome/ui/settings.xul | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/ui/settings.xul b/chrome/ui/settings.xul index ccb9569..14d9de5 100644 --- a/chrome/ui/settings.xul +++ b/chrome/ui/settings.xul @@ -63,6 +63,7 @@ <button id="btnDelete" oncommand="Settings.deleteRedirect();" accesskey="&btnDelete.accesskey;" label="&btnDelete.label;" tooltiptext="&btnDelete.tooltip;" disabled="true" /> <button id="btnUp" oncommand="Settings.moveUp();" tooltiptext="&btnUp.tooltip;" disabled="true" /> <button id="btnDown" oncommand="Settings.moveDown();" tooltiptext="&btnDown.tooltip;" disabled="true" /> + <button id="btnClose" oncommand="close();" tooltiptext="&btnClose.tooltip;" label="&btnClose.label;" accesskey="&btnClose.accesskey;" /> </hbox> </vbox> </tabpanel> |