mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-22 20:10:36 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user