mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-06 09:20:33 +00:00
3556f63a29
Signed-off-by: Adam Treat <treat.adam@gmail.com>
11 lines
194 B
QML
11 lines
194 B
QML
import QtCore
|
|
import QtQuick
|
|
import QtQuick.Controls
|
|
import QtQuick.Controls.Basic
|
|
|
|
Label {
|
|
color: theme.settingsTitleTextColor
|
|
font.pixelSize: theme.fontSizeSmall
|
|
font.bold: true
|
|
}
|