I have created my own login/greeter ssdm theme, but the image I’m using for the combobox down arrow is to small. I would like to change the height, but I’m unsure how to specify the height for arrowIcon:
arrowIcon : “comboarrow.svg”
Works perfectly, but after searching online for two days, I have yet to come across any documentation to address this. I’ve tried arrowIcon.height, arrow.source.height, etc but none of those is correct.
ComboBox {
id : session
anchors.leftMargin : 64
color : "#5796ec"
borderColor : "#5796ec"
hoverColor : "#5796ec"
focusColor : "#5796ec"
textColor : "#104ea5"
menuColor : "#104ea5"
width : 240
height : 42
font.pointSize : 24
font.italic : false
font.family : loginfont.name
arrowIcon : "comboarrow.svg"
model : sessionModel
index : sessionModel.lastIndex
KeyNavigation.backtab : name
KeyNavigation.tab : password
}