aboutsummaryrefslogtreecommitdiffstats
path: root/mobile-widgets/qml/Log.qml
diff options
context:
space:
mode:
authorGravatar jan Iversen <jan@casacondor.com>2020-01-18 12:46:35 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-01-18 12:44:05 -0800
commit2d12d251b74036a9e503b32aa3016bd52ac64235 (patch)
treeab9143012e7dae1a784d0e247761e32c05c86b1b /mobile-widgets/qml/Log.qml
parentb25e791d1315eea20c145007e0f35b31aa736040 (diff)
downloadsubsurface-2d12d251b74036a9e503b32aa3016bd52ac64235.tar.gz
mobile-widgets/qml: columnWidth undefined
Remove reference to columnWidth, because it is not defined in main.qml (subsurfaceTheme). Signed-off-by: jan Iversen <jan@casacondor.com>
Diffstat (limited to 'mobile-widgets/qml/Log.qml')
-rw-r--r--mobile-widgets/qml/Log.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/mobile-widgets/qml/Log.qml b/mobile-widgets/qml/Log.qml
index 6776d0158..4548586fe 100644
--- a/mobile-widgets/qml/Log.qml
+++ b/mobile-widgets/qml/Log.qml
@@ -10,7 +10,6 @@ import org.kde.kirigami 2.4 as Kirigami
Kirigami.ScrollablePage {
id: logWindow
- width: subsurfaceTheme.columnWidth
objectName: "Log"
title: qsTr("Application Log")
background: Rectangle { color: subsurfaceTheme.backgroundColor }