Merge pull request #220 from larteyoh/backup

fix fontawesome icons
pull/245/head
larteyoh 6 months ago committed by GitHub
commit b98b6cabdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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