From 8ff520e7ec70a0fd47929a568e5eb3e2abb242d4 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 5 May 2025 23:57:19 +0200 Subject: [PATCH] ai chat: smaller name --- .config/quickshell/modules/sidebarLeft/AiChat.qml | 2 +- .config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/quickshell/modules/sidebarLeft/AiChat.qml b/.config/quickshell/modules/sidebarLeft/AiChat.qml index eea83d1d..59d2e9c4 100644 --- a/.config/quickshell/modules/sidebarLeft/AiChat.qml +++ b/.config/quickshell/modules/sidebarLeft/AiChat.qml @@ -111,7 +111,7 @@ Item { ListView { // Message list id: messageListView anchors.fill: parent - + property int lastResponseLength: 0 clip: true diff --git a/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml b/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml index c87b7623..134fbcfa 100644 --- a/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml +++ b/.config/quickshell/modules/sidebarLeft/aiChat/AiMessage.qml @@ -89,7 +89,7 @@ Rectangle { StyledText { id: providerName Layout.alignment: Qt.AlignVCenter - font.pixelSize: Appearance.font.pixelSize.large + font.pixelSize: Appearance.font.pixelSize.normal font.weight: Font.DemiBold color: Appearance.m3colors.m3onSecondaryContainer text: messageData.role == 'assistant' ? Ai.models[messageData.model].name :