Update code for objects
This commit is contained in:
@@ -29,7 +29,6 @@ func NewNumberInput (value float64) *NumberInput {
|
||||
decrement: NewButton(""),
|
||||
}
|
||||
box.SetRole(tomo.R("objects", "NumberInput", ""))
|
||||
tomo.Apply(box)
|
||||
box.Add(box.input)
|
||||
box.Add(box.decrement)
|
||||
box.Add(box.increment)
|
||||
|
||||
Reference in New Issue
Block a user