From ad00939cf6831614cc5d5b8de64db955207b115c Mon Sep 17 00:00:00 2001 From: Nav Date: Tue, 28 Dec 2021 14:50:52 +0000 Subject: [PATCH] Tweaked min height of DIP body widget --- .../InsightWindow/Widgets/TargetWidgets/DIP/BodyWidget.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/BodyWidget.hpp b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/BodyWidget.hpp index 91478d7d..69e3489a 100644 --- a/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/BodyWidget.hpp +++ b/src/Insight/UserInterfaces/InsightWindow/Widgets/TargetWidgets/DIP/BodyWidget.hpp @@ -36,7 +36,7 @@ namespace Bloom::Widgets::InsightTargetWidgets::Dip private: static constexpr int MAXIMUM_BODY_HEIGHT = 156; - static constexpr int MINIMUM_BODY_HEIGHT = 80; + static constexpr int MINIMUM_BODY_HEIGHT = 96; static constexpr int MAXIMUM_FIRST_PIN_INDICATOR_HEIGHT = 16; static constexpr int MINIMUM_FIRST_PIN_INDICATOR_HEIGHT = 12;