134
134
def construct_paned(self):
135
135
"""Construct the main HPaned/VPaned contents."""
136
136
if self.config.get_user_option('viz-vertical') == 'True':
141
141
self.paned.pack1(self.construct_top(), resize=False, shrink=True)
142
142
self.paned.pack2(self.construct_bottom(), resize=True, shrink=False)