diff --git a/internal/frontend/qml/ImportExportUI/DialogImport.qml b/internal/frontend/qml/ImportExportUI/DialogImport.qml index 6a158336..1c5b69b0 100644 --- a/internal/frontend/qml/ImportExportUI/DialogImport.qml +++ b/internal/frontend/qml/ImportExportUI/DialogImport.qml @@ -302,7 +302,6 @@ Dialog { font { bold: true - family: Style.fontawesome.name pointSize: Style.main.fontSize * Style.pt } color: Style.main.text diff --git a/internal/frontend/qml/ImportExportUI/ImportReportCell.qml b/internal/frontend/qml/ImportExportUI/ImportReportCell.qml index 4df5d5f3..b4c9ea9e 100644 --- a/internal/frontend/qml/ImportExportUI/ImportReportCell.qml +++ b/internal/frontend/qml/ImportExportUI/ImportReportCell.qml @@ -54,7 +54,6 @@ Rectangle { width : root.isHovered ? cellText.contentWidth : root.width font { pointSize : Style.main.textSize * Style.pt - family : Style.fontawesome.name } } diff --git a/internal/frontend/qml/ImportExportUI/InlineDateRange.qml b/internal/frontend/qml/ImportExportUI/InlineDateRange.qml index 3a071941..a825d62a 100644 --- a/internal/frontend/qml/ImportExportUI/InlineDateRange.qml +++ b/internal/frontend/qml/ImportExportUI/InlineDateRange.qml @@ -47,7 +47,6 @@ Row { text : qsTr("Date range") font { bold: true - family: Style.fontawesome.name pointSize: Style.main.fontSize * Style.pt } color: Style.main.text diff --git a/internal/frontend/qml/ImportExportUI/InlineLabelSelect.qml b/internal/frontend/qml/ImportExportUI/InlineLabelSelect.qml index f63f7a83..7193d7b2 100644 --- a/internal/frontend/qml/ImportExportUI/InlineLabelSelect.qml +++ b/internal/frontend/qml/ImportExportUI/InlineLabelSelect.qml @@ -37,7 +37,6 @@ Row { text : qsTr("Add import label") font { bold: true - family: Style.fontawesome.name pointSize: Style.main.fontSize * Style.pt } color: Style.main.text @@ -140,7 +139,6 @@ Row { font { pointSize: Style.main.fontSize * Style.pt - family: Style.fontawesome.name } } diff --git a/internal/frontend/qml/ProtonUI/InputBox.qml b/internal/frontend/qml/ProtonUI/InputBox.qml index e699e480..ec6a1cdd 100644 --- a/internal/frontend/qml/ProtonUI/InputBox.qml +++ b/internal/frontend/qml/ProtonUI/InputBox.qml @@ -54,7 +54,6 @@ Column { color : Style.dialog.text font { pointSize : Style.dialog.fontSize * Style.pt - family : Style.fontawesome.name } background: Rectangle { color : Style.dialog.background diff --git a/internal/frontend/qml/ProtonUI/InputField.qml b/internal/frontend/qml/ProtonUI/InputField.qml index 3c8db7ca..f6a26fb2 100644 --- a/internal/frontend/qml/ProtonUI/InputField.qml +++ b/internal/frontend/qml/ProtonUI/InputField.qml @@ -83,7 +83,6 @@ Column { selectionColor : Style.main.textBlue font { pointSize : Style.dialog.fontSize * Style.pt - family : Style.fontawesome.name } padding: 0 background: Rectangle { diff --git a/unreleased.md b/unreleased.md index 07a2614f..dcefbadd 100644 --- a/unreleased.md +++ b/unreleased.md @@ -14,6 +14,7 @@ Changelog [format](http://keepachangelog.com/en/1.0.0/) * GODT-773 Replace old dates with birthday of RFC822 to not crash Apple Mail. Original is available under `X-Original-Date` header. * GODT-922 Fix panic during restarting the bridge. * GODT-945 Fix panic in integration tests caused by concurrent map writes. +* GODT-732 Fix usage of fontawesome ### Changed * GODT-858 Bump go-rfc5322 dependency to v0.5.0 to handle some invalid RFC5322 groups and add support for semicolon delimiter in address-list.