From 78d6e980eee9f879a33782ec4efa427623f75880 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Wed, 29 Jul 2020 13:14:26 +0200 Subject: Wrap title in detailview header --- view.h | 1 + 1 file changed, 1 insertion(+) (limited to 'view.h') diff --git a/view.h b/view.h index e3f2fe7..88b821d 100644 --- a/view.h +++ b/view.h @@ -51,6 +51,7 @@ protected: int contentHeight; int tabHeight; int scrollbarWidth; + cTextWrapper wrapper; std::vector tabs; std::string title; std::string subTitle; -- cgit v1.2.3