Skip to content

Commit

Permalink
set the default window size larger to run more cleanly on moblin
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Meeks committed Jan 15, 2010
1 parent 4ec93df commit c18b37d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pybootchartgui/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ def __init__(self, res, options):

window = self
window.set_title('Bootchart')
window.set_default_size(512, 512)
window.set_default_size(750, 550)
vbox = gtk.VBox()
window.add(vbox)

Expand Down

0 comments on commit c18b37d

Please sign in to comment.