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>
This commit is contained in:
jan Iversen 2020-01-18 12:46:35 +01:00 committed by Dirk Hohndel
parent b25e791d13
commit 2d12d251b7

View file

@ -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 }