From 2e9e2732e7f84901d97626e09b6c56433860a22c Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Thu, 26 Jun 2014 16:01:22 -0400 Subject: Fixed README and removed padding/spacing from future plans. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7bde0c8..4de00a4 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ Woah, lots of attention! Thanks! ## Updates - **26 June 2014** - - Controls in Windows can now be spaced apart more naturally. Call `w.SetSpaced(true)` to opt in. **Whether this is opt-in or whether the name will change is still unknown at this point.** - - There's a new function `Layout()` which provides high-level layout creation. The function was written by @boppreh and details can be found at #19. **Whether this function will stay in the main package or be moved to a subpackage is still unknown.** + - Controls in Windows can now be spaced apart more naturally. Call `w.SetSpaced(true)` to opt in. **Whether this will remain opt-in or whether the name will change is still unknown at this point.** + - There's a new function `Layout()` which provides high-level layout creation. The function was written by [boppreh](https://github.com/boppreh) and details can be found [here](https://github.com/andlabs/ui/pull/19). **Whether this function will stay in the main package or be moved to a subpackage is still unknown.** - **25 June 2014**
Labels by default now align themselves relative to the control they are next to. There is a new function `NewStandaloneLabel()` which returns a label whose text is aligned to the top-left corner of the alloted space regardless. -- cgit v1.2.3