mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-06-21 05:04:32 +00:00
tab UI fixes
This commit is contained in:
parent
b72cf40878
commit
cc6005b18c
File diff suppressed because it is too large
Load Diff
@ -14,5 +14,7 @@ QtObject {
|
|||||||
property color userColor: "#ec86bf"
|
property color userColor: "#ec86bf"
|
||||||
property color assistantColor: "#10a37f"
|
property color assistantColor: "#10a37f"
|
||||||
property color linkColor: "white"
|
property color linkColor: "white"
|
||||||
|
property color tabBorder: "#ddd"
|
||||||
property real fontSizeLarge: Qt.application.font.pixelSize
|
property real fontSizeLarge: Qt.application.font.pixelSize
|
||||||
|
property real fontSizeLarger: Qt.application.font.pixelSize + 2
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user