From 42435f2ad40cd1834063fa71e30602d5323a8afb Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Sun, 3 Sep 2017 12:10:36 +0500 Subject: [PATCH] UI: Emphasize some titles. --- src/ui/qml/pages/ApplicationsPage.qml | 1 + src/ui/qml/pages/addresses/AddressesColumn.qml | 1 + src/ui/qml/pages/apps/AppsTextColumn.qml | 1 + 3 files changed, 3 insertions(+) diff --git a/src/ui/qml/pages/ApplicationsPage.qml b/src/ui/qml/pages/ApplicationsPage.qml index b0351a17..421661d3 100644 --- a/src/ui/qml/pages/ApplicationsPage.qml +++ b/src/ui/qml/pages/ApplicationsPage.qml @@ -73,6 +73,7 @@ BasePage { TabButton { width: Math.max(70, implicitWidth) + font.bold: checked text: appGroup.name readonly property AppGroup appGroup: modelData diff --git a/src/ui/qml/pages/addresses/AddressesColumn.qml b/src/ui/qml/pages/addresses/AddressesColumn.qml index 088fec63..1c64cac8 100644 --- a/src/ui/qml/pages/addresses/AddressesColumn.qml +++ b/src/ui/qml/pages/addresses/AddressesColumn.qml @@ -18,6 +18,7 @@ ColumnLayout { Label { Layout.fillWidth: true id: title + font.weight: Font.DemiBold } CheckBox { id: checkBoxAll diff --git a/src/ui/qml/pages/apps/AppsTextColumn.qml b/src/ui/qml/pages/apps/AppsTextColumn.qml index a6c4535a..429a7920 100644 --- a/src/ui/qml/pages/apps/AppsTextColumn.qml +++ b/src/ui/qml/pages/apps/AppsTextColumn.qml @@ -16,6 +16,7 @@ ColumnLayout { Label { id: title + font.weight: Font.DemiBold } TextAreaFrame {