Compare commits
2
Commits
babfe4b3de
...
d3e781731e
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d3e781731e | ||
|
|
abb180c947 |
@@ -138,6 +138,7 @@ GridLayout {
|
||||
delegate: EntryWrapper {
|
||||
StatusIcons {
|
||||
horizontal: root.horizontal
|
||||
visible: !root.fullscreen || root.isHovered
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -79,7 +79,7 @@ Item {
|
||||
|
||||
sourceComponent: Bar {
|
||||
fullscreen: root.fullscreen
|
||||
height: root.contentHeight
|
||||
height: root.contentThickness
|
||||
horizontal: root.horizontal
|
||||
isHovered: root.isHovered
|
||||
popouts: root.popouts
|
||||
|
||||
Reference in New Issue
Block a user