From ff83cfac10939ceba524c93d4e36f634f4bec805 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 19 May 2017 19:09:17 +0200 Subject: Make sure we don't resize to negative values. --- plugingui/abouttab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/abouttab.h') diff --git a/plugingui/abouttab.h b/plugingui/abouttab.h index 556b5bb..ecec13a 100644 --- a/plugingui/abouttab.h +++ b/plugingui/abouttab.h @@ -48,7 +48,7 @@ private: std::string getAboutText(); TextEdit text_edit{this}; - std::size_t margin{10}; + int margin{10}; Resource about{":../ABOUT"}; Resource authors{":../AUTHORS"}; -- cgit v1.2.3