test fixed

This commit is contained in:
Vladimir Markelov 2017-04-04 10:40:41 -07:00
parent c862b4935f
commit 81c09077dc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
func TestListBox(t *testing.T) {
width, height := 10, 5
lbox := CreateListBox(nil, width, height, DoNotScale)
lbox := CreateListBox(nil, width, height, Fixed)
w, h := lbox.Size()
if w != width {