NTabButton: larger clipping

This commit is contained in:
Lemmy
2026-01-14 21:54:26 -05:00
parent bee67fbc16
commit 13f0101b4a
+2 -2
View File
@@ -41,7 +41,7 @@ Rectangle {
clip: true
Rectangle {
width: parent.width + border.width
width: parent.width + root.border.width * 2
anchors {
right: parent.right
top: parent.top
@@ -66,7 +66,7 @@ Rectangle {
clip: true
Rectangle {
width: parent.width + border.width
width: parent.width + root.border.width * 2
anchors {
left: parent.left
top: parent.top