PageHome.qml fix
This commit is contained in:
parent
a46e55d5c2
commit
e16c425f87
4 changed files with 2 additions and 22 deletions
|
@ -248,7 +248,7 @@ PageType {
|
|||
Layout.preferredHeight: 2
|
||||
Layout.alignment: Qt.AlignHCenter | Qt.AlignVCenter
|
||||
|
||||
visible: GC.isMobile() && (buttonContent.collapsedVisibility || buttonContent.expandedVisibility)
|
||||
visible: (buttonContent.collapsedVisibility || buttonContent.expandedVisibility)
|
||||
}
|
||||
|
||||
RowLayout {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue