refactor: Remove Chat preview scrollbar

This commit is contained in:
Petr Mironychev
2025-04-26 17:29:06 +02:00
parent a3edb8a577
commit ee672f2cda
4 changed files with 1 additions and 192 deletions

View File

@ -30,7 +30,6 @@ Rectangle {
property alias tokensBadge: tokensBadgeId
property alias recentPath: recentPathId
property alias openChatHistory: openChatHistoryId
property alias expandScrollbar: expandScrollbarId
color: palette.window.hslLightness > 0.5 ?
Qt.darker(palette.window, 1.1) :
@ -85,12 +84,5 @@ Rectangle {
Badge {
id: tokensBadgeId
}
QoAButton {
id: expandScrollbarId
width: 16
height: 16
}
}
}