summaryrefslogtreecommitdiff
path: root/lineedit.go
AgeCommit message (Collapse)Author
2014-02-15Removed setting the initial width and height in sysData.make() (this gets ↵Pietro Gagliardi
rid of the dummy 300x300 sizes from the controls) and added an explicit sysData.setWindowSize() to Window.Open() to ensure everything's sized properly.
2014-02-14Added LineEdit.Pietro Gagliardi