aboutsummaryrefslogtreecommitdiffstats
path: root/qt-mobile/qml/StartPage.qml
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-03 10:51:52 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-03-03 10:51:52 -0800
commit12f36c92e1c00459e354577a2db1ce06e240b322 (patch)
treef4b88c43ab50c0ec2d0a2a14dd0a870127953aa1 /qt-mobile/qml/StartPage.qml
parentd24e5b455f4c52c59fe70f047f9ca0a6c30fcaa6 (diff)
downloadsubsurface-12f36c92e1c00459e354577a2db1ce06e240b322.tar.gz
QML UI: try to avoid binding loop
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/StartPage.qml')
-rw-r--r--qt-mobile/qml/StartPage.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/StartPage.qml b/qt-mobile/qml/StartPage.qml
index 1d11147d0..3a60d0a66 100644
--- a/qt-mobile/qml/StartPage.qml
+++ b/qt-mobile/qml/StartPage.qml
@@ -8,7 +8,6 @@ import org.subsurfacedivelog.mobile 1.0
ColumnLayout {
id: startpage
width: subsurfaceTheme.columnWidth
- height: childrenRect.height
property int buttonWidth: width * 0.9