Skip to content

Commit

Permalink
Change default font color / family for checkboxes
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderfoobar committed Dec 10, 2017
1 parent 6d29a63 commit 3faea62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 3 additions & 2 deletions components/CheckBox.qml
Expand Up @@ -28,6 +28,7 @@

import QtQuick 2.0
import QtQuick.Layouts 1.1
import "." 1.0

RowLayout {
id: checkBox
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions pages/Settings.qml
Expand Up @@ -32,8 +32,6 @@ import QtQuick.Controls.Styles 1.4
import QtQuick.Layouts 1.1
import QtQuick.Dialogs 1.2
import "../version.js" as Version


import "../components"
import moneroComponents.Clipboard 1.0

Expand Down

0 comments on commit 3faea62

Please sign in to comment.