Make the reload/regenerate buttons a little bit larger font.

Signed-off-by: Adam Treat <treat.adam@gmail.com>
This commit is contained in:
Adam Treat 2024-02-21 10:49:13 -05:00 committed by AT
parent 67099f80ba
commit b0c471aed8

View File

@ -1273,7 +1273,7 @@ Window {
topPadding: 8
bottomPadding: 8
text: currentChat.responseInProgress ? qsTr("Stop generating") : qsTr("Regenerate response")
fontPixelSize: theme.fontSizeSmaller
fontPixelSize: theme.fontSizeSmall
Accessible.description: qsTr("Controls generation of the response")
}
@ -1304,7 +1304,7 @@ Window {
topPadding: 8
bottomPadding: 8
text: qsTr("Reload \u00B7 ") + currentChat.modelInfo.name
fontPixelSize: theme.fontSizeSmaller
fontPixelSize: theme.fontSizeSmall
Accessible.description: qsTr("Reloads the model")
}
}