Display all recent documents in the results pane

Display all recent documents in the results pane, in addition to the first
few displayed in the main dash. All documents can be viewed with the help
of a paging control.
This commit is contained in:
Marina Zhurakhinskaya
2009-06-09 16:11:51 -04:00
committed by Colin Walters
parent 1154a1e8d7
commit 580794f3fb
2 changed files with 43 additions and 22 deletions

View File

@ -469,8 +469,6 @@ GenericDisplay.prototype = {
// See also getSideArea.
this.actor = this._grid;
this.displayControl = new Big.Box({ background_color: ITEM_DISPLAY_BACKGROUND_COLOR,
corner_radius: 4,
height: 24,
spacing: 12,
orientation: Big.BoxOrientation.HORIZONTAL});