diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 10:44:30 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2018-07-01 10:44:30 +0200 |
commit | ec0f93967e210e40d0ddada277866dc599ba2191 (patch) | |
tree | e8521a82ec63cb60e3b6b929ae7884e77e76484c /views/composer/qml/View.qml | |
parent | bc6ac986dc9dde942b0a9185940e748c3a0e87c9 (diff) | |
download | kube-ec0f93967e210e40d0ddada277866dc599ba2191.tar.gz kube-ec0f93967e210e40d0ddada277866dc599ba2191.zip |
Test html loading in composer
Currently fails due to broken test setup
Diffstat (limited to 'views/composer/qml/View.qml')
-rw-r--r-- | views/composer/qml/View.qml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/composer/qml/View.qml b/views/composer/qml/View.qml index ffab3545..411083ee 100644 --- a/views/composer/qml/View.qml +++ b/views/composer/qml/View.qml | |||
@@ -368,6 +368,7 @@ Kube.View { | |||
368 | 368 | ||
369 | Kube.TextEditor { | 369 | Kube.TextEditor { |
370 | id: textEditor | 370 | id: textEditor |
371 | objectName: "textEditor" | ||
371 | 372 | ||
372 | Layout.fillWidth: true | 373 | Layout.fillWidth: true |
373 | Layout.fillHeight: true | 374 | Layout.fillHeight: true |