RibbonView: remove develop residuals.

This commit is contained in:
Mentalflow 2023-08-22 00:50:56 +08:00
parent 45d1e59ce9
commit 181549a541
Signed by: Mentalflow
GPG Key ID: 5AE68D4401A2EE71
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ Item {
height: Math.abs(top_padding)
target: flickview
mask_opacity: 0
visible: flickview.contentY > container_bg.anchors.topMargin
visible: top_padding
clip: true
target_rect: Qt.rect(x,y-top_padding,width,height)
}