gpt4all/gpt4all-chat/qml/MySettingsLabel.qml
Adam Treat 697a5f5d2a New lightmode and darkmode themes with UI revamp.
Signed-off-by: Adam Treat <treat.adam@gmail.com>
2024-01-29 12:02:51 -06:00

11 lines
190 B
QML

import QtCore
import QtQuick
import QtQuick.Controls
import QtQuick.Controls.Basic
Label {
color: theme.titleTextColor
font.pixelSize: theme.fontSizeLarge - 4
font.bold: true
}