291
291
def construct_bottom(self):
292
292
"""Construct the bottom half of the window."""
293
293
from bzrlib.plugins.gtk.revisionview import RevisionView
294
self.revisionview = RevisionView(None, tags=[], show_children=True, branch=self.branch)
295
295
(width, height) = self.get_size()
296
296
self.revisionview.set_size_request(width, int(height / 2.5))