Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanWolf committed Jul 13, 2015
1 parent d3a4c65 commit 27885ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/matplotlib/backend_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ def init_dialog(self):

w, h = int(tool_fig.bbox.width), int(tool_fig.bbox.height)

self.dialog.add_element(self.tool_canvas, True, 'center')
self.dialog.add_element(self.tool_canvas, 'center')
self.dialog.set_default_size(w, h)

def _window_destroy(self, *args, **kwargs):
Expand Down

0 comments on commit 27885ad

Please sign in to comment.