From a523ebeaef130c59174825c96d8d0ebf110f8e00 Mon Sep 17 00:00:00 2001 From: yann300 Date: Mon, 9 Feb 2015 15:40:06 +0100 Subject: [PATCH] project files - ux improvement --- mix/qml/FilesSection.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mix/qml/FilesSection.qml b/mix/qml/FilesSection.qml index f0a6e3745..32202f839 100644 --- a/mix/qml/FilesSection.qml +++ b/mix/qml/FilesSection.qml @@ -56,7 +56,7 @@ ColumnLayout { FontLoader { - id: semiBoldFont + id: boldFont source: "qrc:/qml/fonts/SourceSansPro-Bold.ttf" } @@ -85,7 +85,7 @@ ColumnLayout { anchors.left: parent.left anchors.leftMargin: Style.general.leftMargin color: Style.documentsList.sectionColor - font.family: semiBoldFont.name + font.family: boldFont.name font.pointSize: Style.documentsList.sectionFontSize states: [ State {