test fixed
This commit is contained in:
parent
c862b4935f
commit
81c09077dc
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue