forked from Shinonome/dots-hyprland
replace background empty item with null
This commit is contained in:
@@ -16,7 +16,7 @@ Button {
|
||||
implicitHeight: columnLayout.implicitHeight
|
||||
implicitWidth: columnLayout.implicitWidth
|
||||
|
||||
background: Item {}
|
||||
background: null
|
||||
PointingHandInteraction {}
|
||||
|
||||
// Real stuff
|
||||
|
||||
@@ -26,7 +26,7 @@ ToolTip {
|
||||
}
|
||||
}
|
||||
|
||||
background: Item {}
|
||||
background: null
|
||||
|
||||
contentItem: Item {
|
||||
id: contentItemBackground
|
||||
|
||||
Reference in New Issue
Block a user