mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
NComboBox: simple js function
This commit is contained in:
@@ -155,10 +155,10 @@ RowLayout {
|
||||
}
|
||||
|
||||
contentItem: NText {
|
||||
text: (function () {
|
||||
text: {
|
||||
var item = root.getItem(index)
|
||||
return item && item.name ? item.name : ""
|
||||
})()
|
||||
}
|
||||
font.pointSize: Style.fontSizeM * scaling
|
||||
color: highlighted ? Color.mOnTertiary : Color.mOnSurface
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
|
||||
Reference in New Issue
Block a user