mirror of
https://github.com/amnezia-vpn/amnezia-client.git
synced 2026-06-23 02:00:20 +07:00
Fixed ui bug on qt6.7
This commit is contained in:
@@ -214,8 +214,8 @@ PageType {
|
|||||||
startY: 0
|
startY: 0
|
||||||
|
|
||||||
PathLine { x: width; y: 0 }
|
PathLine { x: width; y: 0 }
|
||||||
PathLine { x: width; y: height - 1 }
|
PathLine { x: width; y: tabBar.height - 1 }
|
||||||
PathLine { x: 0; y: height - 1 }
|
PathLine { x: 0; y: tabBar.height - 1 }
|
||||||
PathLine { x: 0; y: 0 }
|
PathLine { x: 0; y: 0 }
|
||||||
|
|
||||||
strokeWidth: 1
|
strokeWidth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user