mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 19:20:59 +08:00
Merge pull request #112 from mentalfl0w/dev
Fix the blur background in T_Home.qml
This commit is contained in:
commit
4b2cbb542e
@ -47,6 +47,7 @@ FluScrollablePage{
|
|||||||
}
|
}
|
||||||
|
|
||||||
ListView{
|
ListView{
|
||||||
|
id: list
|
||||||
anchors{
|
anchors{
|
||||||
left: parent.left
|
left: parent.left
|
||||||
right: parent.right
|
right: parent.right
|
||||||
@ -75,8 +76,8 @@ FluScrollablePage{
|
|||||||
sourceItem:bg
|
sourceItem:bg
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
color: FluTheme.dark ? 'black' : 'white'
|
color: FluTheme.dark ? 'black' : 'white'
|
||||||
rectX: control.parent.x-control.parent.contentX+10+(control.width)*index
|
rectX: list.x-list.contentX+10+(control.width)*index
|
||||||
rectY: control.parent.y+10
|
rectY: list.y+10
|
||||||
acrylicOpacity:0.5
|
acrylicOpacity:0.5
|
||||||
}
|
}
|
||||||
Rectangle{
|
Rectangle{
|
||||||
|
Loading…
Reference in New Issue
Block a user