Florian Müllner 5dd2dcf14f box-layout: Fix child offsets
Currently, BoxLayout interprets the box passed into allocate() in
a fairly peculiar way:
 - in the direction of the box, all space between [xy]1 and [xy]2
   is distributed among children (e.g. children occupy the entire
   width/height of the box, offset by [xy]1)
 - in the opposite direction, expanded children receive space
   between [xy]1 and the height/width of the box (e.g. children
   occupy the width/height of the box minus [xy]1, offset by [xy]1)
The second behavior doesn't make much sense, so adjust it to interpret
the box parameter in the same way as the first one.

https://bugzilla.gnome.org/show_bug.cgi?id=703809
2013-08-19 23:37:41 +01:00
..
2013-08-19 23:30:09 +01:00
2013-07-12 09:57:23 +01:00
2012-02-23 12:01:11 +00:00
2013-08-19 23:37:38 +01:00
2013-04-04 11:53:39 +01:00
2012-04-27 12:30:48 +01:00
2012-04-27 12:28:49 +01:00
2012-04-27 12:30:48 +01:00
2012-06-05 12:28:25 +02:00
2012-06-11 13:47:29 +01:00
2012-04-30 17:17:41 +01:00
2012-04-27 12:30:48 +01:00
2012-04-27 12:30:50 +01:00
2013-05-06 10:04:21 -07:00
2013-04-04 11:53:39 +01:00
2012-09-03 20:54:43 +01:00
2012-08-20 18:28:22 +01:00