Delete Tidy

It wasn't used any more.
This commit is contained in:
Colin Walters
2009-08-19 19:35:02 -04:00
parent 24a5c3c19a
commit 003807334b
10 changed files with 3 additions and 1322 deletions

View File

@ -44,10 +44,8 @@ AltTabPopup.prototype = {
spacing: POPUP_GRID_SPACING,
orientation: Big.BoxOrientation.VERTICAL });
// Icon grid. It would be nice to use Tidy.Grid for the this,
// but Tidy.Grid is lame in various ways. (Eg, it seems to
// have a minimum size of 200x200.) So we create a vertical
// Big.Box containing multiple horizontal Big.Boxes.
// Icon grid. TODO: Investigate Nbtk.Grid once that lands. Currently
// just implemented using a chain of Big.Box.
this._grid = new Big.Box({ spacing: POPUP_GRID_SPACING,
orientation: Big.BoxOrientation.VERTICAL });
let gcenterbox = new Big.Box({ orientation: Big.BoxOrientation.HORIZONTAL,