Make the comboboxes align in UI.

This commit is contained in:
Adam Treat 2023-05-30 21:11:04 -04:00
parent 64ec93d59b
commit 5f940208e4
2 changed files with 0 additions and 5 deletions

View File

@ -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();

View File

@ -52,8 +52,6 @@ ComboBox {
}
background: Rectangle {
color: theme.backgroundDark
border.width: 1
border.color: theme.backgroundLightest
radius: 10
}
}