Change default font color / family for checkboxes

This commit is contained in:
Sander Ferdinand 2017-12-10 23:38:21 +01:00 committed by moneromooo-monero
parent f262ce5209
commit 5a36aa7fce

View File

@ -28,6 +28,7 @@
import QtQuick 2.0
import QtQuick.Layouts 1.1
import "." 1.0
RowLayout {
id: checkBox
@ -83,9 +84,9 @@ RowLayout {
Text {
id: label
font.family: "Arial"
font.family: Style.fontRegular.name
font.pixelSize: checkBox.fontSize
color: "#525252"
color: Style.defaultFontColor
wrapMode: Text.Wrap
Layout.fillWidth: true
anchors.left: backgroundRect.right