148
148
def construct_bottom(self):
149
149
"""Construct the bottom half of the window."""
150
150
from bzrlib.plugins.gtk.logview import LogView
151
self.logview = LogView(None, True, [], True)
152
152
(width, height) = self.get_size()
153
153
self.logview.set_size_request(width, int(height / 2.5))