Reverse order of increment/decrement buttons in NumberInput
This commit is contained in:
@@ -31,8 +31,8 @@ func NewNumberInput (value float64) *NumberInput {
|
||||
}
|
||||
theme.Apply(box, theme.R("objects", "NumberInput", ""))
|
||||
box.Add(box.input)
|
||||
box.Add(box.increment)
|
||||
box.Add(box.decrement)
|
||||
box.Add(box.increment)
|
||||
box.SetLayout(layouts.NewGrid([]bool { true, false, false }, []bool { true }))
|
||||
box.increment.SetIcon(theme.IconActionIncrement)
|
||||
box.decrement.SetIcon(theme.IconActionDecrement)
|
||||
|
||||
Reference in New Issue
Block a user