mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-04 09:05:30 +08:00
update
This commit is contained in:
@ -27,8 +27,8 @@ Item {
|
||||
height: d.isVertical ? d.parentHeight : spacing*2+size
|
||||
FluRectangle{
|
||||
color: FluTheme.dividerColor
|
||||
width: d.isVertical ? size : d.parentWidth
|
||||
height: d.isVertical ? d.parentHeight : size
|
||||
width: d.isVertical ? size : control.width
|
||||
height: d.isVertical ? control.height : size
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
|
@ -27,8 +27,8 @@ Item {
|
||||
height: d.isVertical ? d.parentHeight : spacing*2+size
|
||||
FluRectangle{
|
||||
color: FluTheme.dividerColor
|
||||
width: d.isVertical ? size : d.parentWidth
|
||||
height: d.isVertical ? d.parentHeight : size
|
||||
width: d.isVertical ? size : control.width
|
||||
height: d.isVertical ? control.height : size
|
||||
anchors.centerIn: parent
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user