Fixed ui bug on qt6.7

This commit is contained in:
Garegin866
2024-07-26 22:26:15 +04:00
committed by pokamest
parent ddfb60a047
commit 7b1df79da5

View File

@@ -213,8 +213,8 @@ PageType {
startY: 0
PathLine { x: width; y: 0 }
PathLine { x: width; y: height - 1 }
PathLine { x: 0; y: height - 1 }
PathLine { x: width; y: tabBar.height - 1 }
PathLine { x: 0; y: tabBar.height - 1 }
PathLine { x: 0; y: 0 }
strokeWidth: 1