RibbonBottomBar: Fix the radius bug caused by RibbonBlur.
This commit is contained in:
parent
5eaea111f1
commit
662fbb260c
|
@ -61,7 +61,7 @@ Item {
|
||||||
color: isDarkMode ? "#141414" : "#F5F5F5"
|
color: isDarkMode ? "#141414" : "#F5F5F5"
|
||||||
opacity: bgOpacity
|
opacity: bgOpacity
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
bottomLeftRadius: Qt.platform.os === 'windows' ? RibbonUI.isWin11 ? 7 : 0 : 10
|
bottomLeftRadius: blur.bottomLeftRadius
|
||||||
bottomRightRadius: bottomLeftRadius
|
bottomRightRadius: bottomLeftRadius
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -61,7 +61,7 @@ Item {
|
||||||
color: isDarkMode ? "#141414" : "#F5F5F5"
|
color: isDarkMode ? "#141414" : "#F5F5F5"
|
||||||
opacity: bgOpacity
|
opacity: bgOpacity
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
bottomLeftRadius: Qt.platform.os === 'windows' ? RibbonUI.isWin11 ? 7 : 0 : 10
|
bottomLeftRadius: blur.bottomLeftRadius
|
||||||
bottomRightRadius: bottomLeftRadius
|
bottomRightRadius: bottomLeftRadius
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue