tab UI fixes

This commit is contained in:
Aaron Miller 2023-04-25 10:00:28 -07:00 committed by AT
parent b72cf40878
commit cc6005b18c
2 changed files with 516 additions and 429 deletions

File diff suppressed because it is too large Load Diff

View File

@ -14,5 +14,7 @@ QtObject {
property color userColor: "#ec86bf"
property color assistantColor: "#10a37f"
property color linkColor: "white"
property color tabBorder: "#ddd"
property real fontSizeLarge: Qt.application.font.pixelSize
property real fontSizeLarger: Qt.application.font.pixelSize + 2
}