fix status icons visibility in fullscreen + wrong property name
This commit is contained in:
@@ -138,6 +138,7 @@ GridLayout {
|
|||||||
delegate: EntryWrapper {
|
delegate: EntryWrapper {
|
||||||
StatusIcons {
|
StatusIcons {
|
||||||
horizontal: root.horizontal
|
horizontal: root.horizontal
|
||||||
|
visible: !root.fullscreen || root.isHovered
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -79,7 +79,7 @@ Item {
|
|||||||
|
|
||||||
sourceComponent: Bar {
|
sourceComponent: Bar {
|
||||||
fullscreen: root.fullscreen
|
fullscreen: root.fullscreen
|
||||||
height: root.contentHeight
|
height: root.contentThickness
|
||||||
horizontal: root.horizontal
|
horizontal: root.horizontal
|
||||||
isHovered: root.isHovered
|
isHovered: root.isHovered
|
||||||
popouts: root.popouts
|
popouts: root.popouts
|
||||||
|
|||||||
Reference in New Issue
Block a user