]> git.tdb.fi Git - ext/subsurface.git/commit
Experimental hard-coded three-pane layout
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2011 20:54:58 +0000 (12:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 19 Nov 2011 20:54:58 +0000 (12:54 -0800)
commitc36bf636bd8e6f8fdd700a5031ea3e1a7dc0827e
tree0b90b449ce4e7ba2ef2238f31a7ced7185ee5812
parent25e18211ec99ff15c26315eff87fc31816ce8f33
Experimental hard-coded three-pane layout

I'm not happy with it, but it looks good and works better than the
alternatives I've looked at so far.

So why not happy? It's not configurable, and gtk really doesn't do a
great job with the case of notebook widgets that are shrunk to be
smaller than the contents (the cut-off gets ugly, and is outside the
notebook page!)

But committing as a way to keep track of this, and let Dirk use it.

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