Browse Source

project files - ux improvement

cl-refactor
yann300 10 years ago
committed by yann300
parent
commit
a523ebeaef
  1. 4
      mix/qml/FilesSection.qml

4
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 {

Loading…
Cancel
Save