summaryrefslogtreecommitdiff
path: root/newctrl/textfield_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'newctrl/textfield_windows.go')
-rw-r--r--newctrl/textfield_windows.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/newctrl/textfield_windows.go b/newctrl/textfield_windows.go
index 416cc2f..8b30a26 100644
--- a/newctrl/textfield_windows.go
+++ b/newctrl/textfield_windows.go
@@ -71,5 +71,5 @@ const (
)
func (t *textfield) preferredSize(d *sizing) (width, height int) {
-return 0,0//TODO return fromdlgunitsX(textfieldWidth, d), fromdlgunitsY(textfieldHeight, d)
+ return fromdlgunitsX(textfieldWidth, d), fromdlgunitsY(textfieldHeight, d)
}