diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 10:51:52 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-03 10:51:52 -0800 |
commit | 12f36c92e1c00459e354577a2db1ce06e240b322 (patch) | |
tree | f4b88c43ab50c0ec2d0a2a14dd0a870127953aa1 /qt-mobile/qml/StartPage.qml | |
parent | d24e5b455f4c52c59fe70f047f9ca0a6c30fcaa6 (diff) | |
download | subsurface-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.qml | 1 |
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 |