diff options
author | Sebastian Kügler <sebas@kde.org> | 2015-11-11 23:53:04 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-11-11 19:04:13 -0800 |
commit | ac1607dce2e58a0840433ff40d37698c25f74d06 (patch) | |
tree | 1bc17e4a0b645da29558d4ddcc1e40408cb098aa /qt-mobile/qml/Log.qml | |
parent | 24ea1e9c67515f441982e8cabf69aefa81d130d7 (diff) | |
download | subsurface-ac1607dce2e58a0840433ff40d37698c25f74d06.tar.gz |
kill warning
This line seems to be a left-over from a refactoring. It doesn't do
anything, just produces a warning, so just remove it.
Signed-off-by: Sebastian Kügler <sebas@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-mobile/qml/Log.qml')
-rw-r--r-- | qt-mobile/qml/Log.qml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-mobile/qml/Log.qml b/qt-mobile/qml/Log.qml index 7d9ddb724..5fff8db8d 100644 --- a/qt-mobile/qml/Log.qml +++ b/qt-mobile/qml/Log.qml @@ -19,7 +19,6 @@ Item { spacing: 8 Rectangle { - anchors.top: topBar.bottom Layout.fillHeight: true Layout.fillWidth: true Text { |