From 75a6d9dd5d3c3e96580a095e55c85fe99b1a006a Mon Sep 17 00:00:00 2001 From: emeric Date: Tue, 11 Sep 2018 13:24:11 +0200 Subject: [PATCH] Initial cluster render now inline --- approot/explore.xml | 2 +- src/ui/LmsApplication.cpp | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/approot/explore.xml b/approot/explore.xml index 2898a458..37ed09ef 100644 --- a/approot/explore.xml +++ b/approot/explore.xml @@ -27,7 +27,7 @@ - ${}${} ${name} + ${}${}${name} diff --git a/src/ui/LmsApplication.cpp b/src/ui/LmsApplication.cpp index 2435f6f2..2fed4fb0 100644 --- a/src/ui/LmsApplication.cpp +++ b/src/ui/LmsApplication.cpp @@ -206,6 +206,7 @@ LmsApplication::createCluster(Database::Cluster::pointer cluster, bool canDelete res->setStyleClass("Lms-cluster"); res->setToolTip(cluster->getType()->getName(), Wt::TextFormat::Plain); + res->setInline(true); return res; }