Set the scroll area to expand on small screens.
This commit is contained in:
parent
ab65c4964f
commit
529cd83204
1 changed files with 1 additions and 1 deletions
|
@ -640,7 +640,7 @@ class TracksEditor:
|
|||
scroller = gtk.ScrolledWindow()
|
||||
scroller.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
|
||||
scroller.add_with_viewport(self.drawing_area)
|
||||
vbox.pack_start(scroller, expand=False, fill=True, padding=0)
|
||||
vbox.pack_start(scroller)
|
||||
self.window.maximize()
|
||||
self.drawing_area.show()
|
||||
scroller.show()
|
||||
|
|
Loading…
Add table
Reference in a new issue