mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
b25e791d13
commit
2d12d251b7
1 changed files with 0 additions and 1 deletions
|
@ -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 }
|
||||
|
|
Loading…
Reference in a new issue