Show more items in dropdown list
This commit is contained in:
parent
368faba07d
commit
bd5a0beb8b
|
|
@ -1270,11 +1270,11 @@ func (cs *ColoredSelect) showPopup() {
|
||||||
if dropWidth < 200 {
|
if dropWidth < 200 {
|
||||||
dropWidth = 200
|
dropWidth = 200
|
||||||
}
|
}
|
||||||
scroll.SetMinSize(fyne.NewSize(dropWidth, 200))
|
scroll.SetMinSize(fyne.NewSize(dropWidth, 300))
|
||||||
|
|
||||||
// Create popup
|
// Create popup
|
||||||
cs.popup = widget.NewPopUp(scroll, cs.window.Canvas())
|
cs.popup = widget.NewPopUp(scroll, cs.window.Canvas())
|
||||||
cs.popup.Resize(fyne.NewSize(dropWidth, 200))
|
cs.popup.Resize(fyne.NewSize(dropWidth, 300))
|
||||||
|
|
||||||
// Position popup below the select widget
|
// Position popup below the select widget
|
||||||
popupPos := fyne.CurrentApp().Driver().AbsolutePositionForObject(cs)
|
popupPos := fyne.CurrentApp().Driver().AbsolutePositionForObject(cs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user