diff --git a/qml/widgets/Button.qml b/qml/widgets/Button.qml index 4865c7ac..c3413346 100644 --- a/qml/widgets/Button.qml +++ b/qml/widgets/Button.qml @@ -6,6 +6,7 @@ import QtQuick.Layouts 1.3 import "../fonts/Twemoji.js" as T import "../theme" +import "../fonts" Rectangle { id: button diff --git a/qml/widgets/ButtonTextField.qml b/qml/widgets/ButtonTextField.qml index 38e5d4a5..2f54650b 100644 --- a/qml/widgets/ButtonTextField.qml +++ b/qml/widgets/ButtonTextField.qml @@ -10,7 +10,7 @@ import "../theme" // ButtonTextField integrates a text field and a button TextField { color: Theme.mainTextColor - font.pointSize: 10 * gcd.themeScale + font.pixelSize: 10 * gcd.themeScale width: parent.width - 20 property string icon property string button_text diff --git a/qml/widgets/StackToolbar.qml b/qml/widgets/StackToolbar.qml index fb2cd8ba..ead7a3f2 100644 --- a/qml/widgets/StackToolbar.qml +++ b/qml/widgets/StackToolbar.qml @@ -6,6 +6,7 @@ import QtQuick.Layouts 1.3 import "../fonts/Twemoji.js" as T import "." as Widgets +import "../fonts" Rectangle { // OVERHEAD BAR ON STACK PANE id: toolbar