mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
Make the comboboxes align in UI.
This commit is contained in:
parent
64ec93d59b
commit
5f940208e4
@ -148,9 +148,6 @@ Window {
|
||||
Accessible.role: Accessible.ComboBox
|
||||
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")
|
||||
background: Rectangle {
|
||||
color: theme.backgroundDark
|
||||
}
|
||||
onActivated: {
|
||||
currentChat.stopGenerating()
|
||||
currentChat.reset();
|
||||
|
@ -52,8 +52,6 @@ ComboBox {
|
||||
}
|
||||
background: Rectangle {
|
||||
color: theme.backgroundDark
|
||||
border.width: 1
|
||||
border.color: theme.backgroundLightest
|
||||
radius: 10
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user