Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Education
KAlgebra
Commits
09c6f123
Commit
09c6f123
authored
Dec 13, 2020
by
Carl Schwan
🚴
Browse files
Fix qrc:/VariablesView.qml:31:19: QML Card: Binding loop detected for property "implicitHeigh
Now use a Kirigami.ScrollablePage
parent
39b87e42
Changes
1
Hide whitespace changes
Inline
Side-by-side
mobile/content/ui/VariablesView.qml
View file @
09c6f123
...
...
@@ -22,8 +22,9 @@ import org.kde.kirigami 2.5 as Kirigami
import
org
.
kde
.
kalgebra
.
mobile
1.0
import
QtQuick
.
Controls
2.5
as
QQC2
KAlgebraPage
{
Kirigami.ScrollablePage
{
title
:
i18n
(
"
Variables
"
)
Kirigami.CardsListView
{
anchors.fill
:
parent
model
:
VariablesModel
{
variables
:
App
.
variables
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment