From 1eb77a7ab43e0b10ae65f8347658f8101170e4b6 Mon Sep 17 00:00:00 2001 From: Johannes Hoermann <j.hoermann@adito.de> Date: Mon, 11 Feb 2019 09:01:24 +0100 Subject: [PATCH] fix Contact simple list view --- neonView/ContactSimpleList_view/ContactSimpleList_view.aod | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/neonView/ContactSimpleList_view/ContactSimpleList_view.aod b/neonView/ContactSimpleList_view/ContactSimpleList_view.aod index 8e3e5e2fe9..7aa9896421 100644 --- a/neonView/ContactSimpleList_view/ContactSimpleList_view.aod +++ b/neonView/ContactSimpleList_view/ContactSimpleList_view.aod @@ -2,6 +2,11 @@ <neonView xmlns="http://www.adito.de/2018/ao/Model" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" VERSION="1.0.1" xsi:schemaLocation="http://www.adito.de/2018/ao/Model adito://models/xsd/neonView/1.0.1"> <name>ContactSimpleList_view</name> <majorModelMode>DISTRIBUTED</majorModelMode> + <layout> + <boxLayout> + <name>layout</name> + </boxLayout> + </layout> <children> <tableViewTemplate> <name>persTable_template</name> -- GitLab