fixing qml errors
the build was successful Details

This commit is contained in:
Dan Ballard 2020-04-28 15:24:14 -07:00
parent 73d8951d6e
commit 92a1561a12
3 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import QtQuick.Layouts 1.3
import "../fonts/Twemoji.js" as T
import "../theme"
import "../fonts"
Rectangle {
id: button

View File

@ -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

View File

@ -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