mirror of
https://github.com/noctalia-dev/noctalia-shell.git
synced 2026-05-11 17:08:27 +08:00
NTabButton: larger clipping
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user