Make the comboboxes align in UI.

pull/913/head
Adam Treat 1 year ago
parent 1824723c01
commit 9896ea6c10

@ -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…
Cancel
Save