This commit is contained in:
朱子楚\zhuzi 2023-08-18 23:05:15 +08:00
parent 6ea873f75c
commit 2b96f06fe0

View File

@ -313,6 +313,7 @@ Item {
}
return true
}
elide: Text.ElideRight
anchors{
verticalCenter: parent.verticalCenter
left:item_icon.right
@ -506,6 +507,7 @@ Item {
}
return true
}
elide: Text.ElideRight
color:{
if(item_control.pressed){
return FluTheme.dark ? FluColors.Grey80 : FluColors.Grey120