From 464e0275ba30efd589e766b599f6a9eadd9181bc Mon Sep 17 00:00:00 2001 From: Arin Alexander Date: Mon, 16 Dec 2019 14:37:44 +0300 Subject: [PATCH] Increased border size --- common.pri | 2 +- limereport/lrbanddesignintf.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.pri b/common.pri index cff835e..6439752 100644 --- a/common.pri +++ b/common.pri @@ -127,7 +127,7 @@ RCC_DIR = $${ARCH_DIR}/$${BUILD_TYPE}/rcc LIMEREPORT_VERSION_MAJOR = 1 LIMEREPORT_VERSION_MINOR = 5 -LIMEREPORT_VERSION_RELEASE = 23 +LIMEREPORT_VERSION_RELEASE = 24 LIMEREPORT_VERSION = '$${LIMEREPORT_VERSION_MAJOR}.$${LIMEREPORT_VERSION_MINOR}.$${LIMEREPORT_VERSION_RELEASE}' DEFINES *= LIMEREPORT_VERSION_STR=\\\"$${LIMEREPORT_VERSION}\\\" diff --git a/limereport/lrbanddesignintf.cpp b/limereport/lrbanddesignintf.cpp index 30661bd..20c0dfe 100644 --- a/limereport/lrbanddesignintf.cpp +++ b/limereport/lrbanddesignintf.cpp @@ -1123,7 +1123,7 @@ void BandDesignIntf::updateItemSize(DataSourceManager* dataManager, RenderPass p if (keepBottomSpace()) spaceBorder = bottomSpace(); spaceBorder = spaceBorder > 0 ? spaceBorder : 0; if (borderLines() != 0){ - spaceBorder += borderLineSize(); + spaceBorder += borderLineSize() + 2; } spaceBorder += m_bottomSpace;