Changes

m
Line 10: Line 10:     
  def _fixed_resize_cb(self, widget=None, rect=None):
 
  def _fixed_resize_cb(self, widget=None, rect=None):
     ''' If a toolbar opens or closes, we need to resize the vbox
+
     """ If a toolbar opens or closes, we need to resize the vbox
     holding out scrolling window. '''
+
     holding out scrolling window. """
 
     self.vbox.set_size_request(rect.width, rect.height)
 
     self.vbox.set_size_request(rect.width, rect.height)