UI: Emphasize some titles.

This commit is contained in:
Nodir Temirkhodjaev 2017-09-03 12:10:36 +05:00
parent dfb11ab07e
commit 42435f2ad4
3 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ BasePage {
TabButton { TabButton {
width: Math.max(70, implicitWidth) width: Math.max(70, implicitWidth)
font.bold: checked
text: appGroup.name text: appGroup.name
readonly property AppGroup appGroup: modelData readonly property AppGroup appGroup: modelData

View File

@ -18,6 +18,7 @@ ColumnLayout {
Label { Label {
Layout.fillWidth: true Layout.fillWidth: true
id: title id: title
font.weight: Font.DemiBold
} }
CheckBox { CheckBox {
id: checkBoxAll id: checkBoxAll

View File

@ -16,6 +16,7 @@ ColumnLayout {
Label { Label {
id: title id: title
font.weight: Font.DemiBold
} }
TextAreaFrame { TextAreaFrame {