mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-02 09:40:42 +00:00
Make the comboboxes align in UI.
This commit is contained in:
parent
1824723c01
commit
9896ea6c10
@ -148,9 +148,6 @@ Window {
|
|||||||
Accessible.role: Accessible.ComboBox
|
Accessible.role: Accessible.ComboBox
|
||||||
Accessible.name: qsTr("ComboBox for displaying/picking the current model")
|
Accessible.name: qsTr("ComboBox for displaying/picking the current model")
|
||||||
Accessible.description: qsTr("Use this for picking the current model to use; the first item is the current model")
|
Accessible.description: qsTr("Use this for picking the current model to use; the first item is the current model")
|
||||||
background: Rectangle {
|
|
||||||
color: theme.backgroundDark
|
|
||||||
}
|
|
||||||
onActivated: {
|
onActivated: {
|
||||||
currentChat.stopGenerating()
|
currentChat.stopGenerating()
|
||||||
currentChat.reset();
|
currentChat.reset();
|
||||||
|
@ -52,8 +52,6 @@ ComboBox {
|
|||||||
}
|
}
|
||||||
background: Rectangle {
|
background: Rectangle {
|
||||||
color: theme.backgroundDark
|
color: theme.backgroundDark
|
||||||
border.width: 1
|
|
||||||
border.color: theme.backgroundLightest
|
|
||||||
radius: 10
|
radius: 10
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user