Use the regular font pixel size for now.

This commit is contained in:
Adam Treat 2023-04-23 21:11:55 -04:00
parent ee7a14ec45
commit 6f94d612d8

View File

@ -12,5 +12,5 @@ QtObject {
property color dialogBorder: "#d1d5db"
property color userColor: "#ec86bf"
property color assistantColor: "#10a37f"
property real fontSizeLarge: 24
property real fontSizeLarge: Font.pixelSize
}