ui fixes
This commit is contained in:
parent
37c18c5d3c
commit
f65e4066e3
9 changed files with 171 additions and 179 deletions
|
|
@ -110,7 +110,7 @@ PageType {
|
|||
DividerType {}
|
||||
|
||||
LabelWithButtonType {
|
||||
visible: GC.isMobile()
|
||||
visible: GC.isDesktop()
|
||||
Layout.fillWidth: true
|
||||
Layout.preferredHeight: about.height
|
||||
|
||||
|
|
@ -124,7 +124,7 @@ PageType {
|
|||
}
|
||||
|
||||
DividerType {
|
||||
visible: GC.isMobile()
|
||||
visible: GC.isDesktop()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue