summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-10-24 21:38:59 -0400
committerPietro Gagliardi <[email protected]>2014-10-24 21:38:59 -0400
commitc698bfe145ab0cde44f6e8704882a49c637a03c6 (patch)
tree6855707f5881c8e1640f2cf253ca689c8bddd73e
parent6f3a9138e6a370d03b11dc08688e43bdae876c75 (diff)
README typo fixes.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a79f2e..6f4b8ca 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The in-code documentation needs improvement. I have written a [tutorial](https:/
# Updates
-**24 october 2014**<br>Textbox, a multi-line version of TextField, has been added. (Note that it may not work properly on Mac OS X; this is being investigated.) In addition, excess space around controls on Mac OS X should be settled now.
+**24 October 2014**<br>Textbox, a multi-line version of TextField, has been added. (Note that it may not work properly on Mac OS X; this is being investigated.) In addition, excess space around controls on Mac OS X should be settled now.
**18 October 2014**<br>The container system was rewritten entirely. You can now set a margin on Windows and Groups and spacing between controls ("padding") on Stacks, Grids, and SimpleGrids. Margins on Tabs will come soon. The work needed to change this will make future additions (like Popover and Spinbox) easier/more sensible. (The Mac OS X code is still glitchy; mind the dust.)