Tomaz Canabrava d801bd622a Layout issues: Fix the layout ugliness on Mac & Linux
I seem to have found a sane way to create layouts:
If it's the 'outer' layout, the one that encapsulates everything:
- Horizontal Spacing: 5
- Vertical Spacing: 5

If it's a vertical inner layout that is grouping items like label +
control:
- Spacing: 0
This way the label will be 'touching' the item, without empty space, so
you know that the label refers to that widget.

If it's an horizontal inner layout:
- Spacing: 5
Different from the Vertical Layout, we don't want to make horizontal items
touch each other, a bit of space is fundamental to the eyes.

If it's a Grid Layout:
- Vertical Space: 0
- Horizontal Space: 5

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2015-05-25 17:42:49 -07:00
..
2014-06-26 15:47:02 -07:00
2014-02-08 08:00:27 -08:00
2015-03-16 12:42:36 -07:00
2014-10-14 20:33:46 +02:00
2015-01-18 21:25:59 +12:00
2014-11-17 06:02:21 +00:00
2015-05-21 16:05:09 -07:00
2015-05-21 16:05:09 -07:00
2014-10-18 15:16:15 -07:00
2014-10-18 15:16:15 -07:00
2015-03-19 11:17:39 -07:00
2015-02-10 10:45:45 -08:00
2015-01-14 07:49:24 +13:00
2015-01-18 21:25:59 +12:00
2015-01-18 21:25:59 +12:00
2014-12-01 14:19:03 -08:00
2015-01-18 21:25:59 +12:00
2014-10-18 15:16:15 -07:00
2014-11-17 06:02:21 +00:00
2015-02-23 09:31:08 -08:00
2015-02-23 09:31:08 -08:00
2015-02-23 09:31:08 -08:00