mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-10 01:10:35 +00:00
Add a fixme for combobox popups in general which is less than ideal right now.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
parent
da1823ed7a
commit
11823022e2
@ -33,6 +33,9 @@ ComboBox {
|
|||||||
highlighted: comboBox.highlightedIndex === index
|
highlighted: comboBox.highlightedIndex === index
|
||||||
}
|
}
|
||||||
popup: Popup {
|
popup: Popup {
|
||||||
|
// FIXME This should be made much nicer to take into account lists that are very long so
|
||||||
|
// that it is scrollable and also sized optimally taking into account the x,y and the content
|
||||||
|
// width and height as well as the window width and height
|
||||||
y: comboBox.height - 1
|
y: comboBox.height - 1
|
||||||
width: comboBox.width
|
width: comboBox.width
|
||||||
implicitHeight: contentItem.implicitHeight
|
implicitHeight: contentItem.implicitHeight
|
||||||
|
Loading…
Reference in New Issue
Block a user