]> git.tdb.fi Git - ext/subsurface.git/commit
Always pack the widgets into boxes, not frames
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Sep 2011 18:56:42 +0000 (11:56 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 13 Sep 2011 18:59:37 +0000 (11:59 -0700)
commitcb2f70f631bea638f8557758e4c88aa1c5d7a058
treeabe890c4bb73f8558b4bc97bea5b1e382baeb786
parent5a47bdc9c422603c94212adda77d47b3a47c8172
Always pack the widgets into boxes, not frames

Let's try to be consistent about this.  Make the parent of each widget
be a box.  Maybe the frames come with boxes, but since I have no clue
about gtk, I'm going to just always create them by hand.

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
equipment.c