Make the comboboxes align in UI.

pull/772/head^2
Adam Treat 1 year ago
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…
Cancel
Save