15 Jan
2015
15 Jan
'15
3:47 p.m.
# Node ID 310c66295ef033650ae6c4171efbb83f6f425abe # Parent 5c8cf7aa6ab3d12598a3eaabf69ffdc074c4bcd2 [PATCH] Slight improvement to memory editor container
This change simple encapsulates the memory editor scrolling window in an hbox to allow for smooth transition beteween the controls.
In the future, can you please wrap your commit messages at 79 columns?
sw.show()
hbox.pack_start(sw, 1, 1, 1) self.view.connect("button_press_event", self.click_cb)
return sw
hbox.show()
return hbox
I don't understand why this makes anything better (or changes anything at all for that matter).
Can you explain?
--Dan