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

Signed-off-by: Adam Treat <treat.adam@gmail.com>
save_window_geometry
Adam Treat 8 months ago committed by AT
parent 67099f80ba
commit b0c471aed8

@ -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")
}
}

Loading…
Cancel
Save