[chirp_devel] [PATCH] Slight improvement to memory editor container
Dan Smith
Thu Jan 15 15:47:36 PST 2015
> # 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: OpenPGP digital signature
Url : http://intrepid.danplanet.com/pipermail/chirp_devel/attachments/20150115/d8afdd40/attachment-0001.bin
More information about the chirp_devel
mailing list