Fixed README and removed padding/spacing from future plans.
This commit is contained in:
parent
2c13236bf8
commit
2e9e2732e7
|
@ -5,8 +5,8 @@ Woah, lots of attention! Thanks!
|
||||||
## Updates
|
## Updates
|
||||||
|
|
||||||
- **26 June 2014**
|
- **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.**
|
- 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 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.**
|
- 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**<br>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.
|
- **25 June 2014**<br>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.
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,6 @@ general list:
|
||||||
- character-limited entry fields (not for passwords), numeric entry fields, multiline entry fields
|
- character-limited entry fields (not for passwords), numeric entry fields, multiline entry fields
|
||||||
- possible rename of LineEdit?
|
- possible rename of LineEdit?
|
||||||
- especially for password fields - NewPasswordEntry()?
|
- especially for password fields - NewPasswordEntry()?
|
||||||
- padding and spacing in Stack
|
|
||||||
- allow Combobox to have initial settings
|
- allow Combobox to have initial settings
|
||||||
- Combobox and Listbox insertions and deletions should allow bulk (...string/...int)
|
- Combobox and Listbox insertions and deletions should allow bulk (...string/...int)
|
||||||
- Combobox/Listbox.DeleteAll
|
- Combobox/Listbox.DeleteAll
|
||||||
|
|
Loading…
Reference in New Issue