forked from Shinonome/dots-hyprland
revealer: fix visibility
This commit is contained in:
@@ -13,7 +13,7 @@ Item {
|
|||||||
|
|
||||||
implicitWidth: (reveal || vertical) ? childrenRect.width : 0
|
implicitWidth: (reveal || vertical) ? childrenRect.width : 0
|
||||||
implicitHeight: (reveal || !vertical) ? childrenRect.height : 0
|
implicitHeight: (reveal || !vertical) ? childrenRect.height : 0
|
||||||
visible: width > 0 && height > 0
|
visible: reveal && width > 0 && height > 0
|
||||||
|
|
||||||
Behavior on implicitWidth {
|
Behavior on implicitWidth {
|
||||||
enabled: !vertical
|
enabled: !vertical
|
||||||
|
|||||||
Reference in New Issue
Block a user