This commit is contained in:
朱子楚\zhuzi
2024-03-09 23:42:01 +08:00
parent 0e55f31fe2
commit b3e26d17a2
5 changed files with 9 additions and 7 deletions

View File

@ -40,6 +40,7 @@ T.MenuItem {
icon.height: 24
icon.color: control.palette.windowText
height: visible ? implicitHeight : 0
font:FluTextStyle.Body
Component{
id:com_icon
FluIcon{
@ -69,6 +70,7 @@ T.MenuItem {
FluText {
id:content_text
text: control.text
font: control.font
color: control.textColor
anchors.verticalCenter: parent.verticalCenter
}