mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 17:15:29 +08:00
update
This commit is contained in:
@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user