fix fontawesome icons

pull/220/head
larteyoh 6 months ago
parent 4d941a1aaf
commit 51ab48f37b

@ -1,6 +1,8 @@
import QtQuick 2.12
import QtQuick.Controls 2.12
import FontAwesome 1.0
import "." as NeroshopComponents // Triangle (in Triangle.qml)
ComboBox {
@ -70,6 +72,7 @@ ComboBox {
text: qsTr("\uf078")
color: control.pressed ? "#d3d3d3" : "#ffffff"
font.bold: true
font.family: FontAwesome.fontFamily
}
}

@ -1122,6 +1122,7 @@ Item {
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
font.bold: true
font.family: FontAwesome.fontFamily
}
}
}
@ -1163,6 +1164,7 @@ Item {
verticalAlignment: Text.AlignVCenter
horizontalAlignment: Text.AlignHCenter
font.bold: true
font.family: FontAwesome.fontFamily
}
}
}

Loading…
Cancel
Save