mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 00:25:25 +08:00
update
This commit is contained in:
@ -461,6 +461,7 @@ Item {
|
||||
height:parent.height
|
||||
spacing: 0
|
||||
FluIconButton{
|
||||
id:btn_back
|
||||
iconSource: FluentIcons.ChromeBack
|
||||
Layout.leftMargin: 5
|
||||
Layout.preferredWidth: 30
|
||||
@ -922,4 +923,10 @@ Item {
|
||||
}
|
||||
}
|
||||
}
|
||||
function backButton(){
|
||||
return btn_back
|
||||
}
|
||||
function navButton(){
|
||||
return btn_nav
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user