Tweaked min height of DIP body widget

This commit is contained in:
Nav
2021-12-28 14:50:52 +00:00
parent 6100cbe989
commit ad00939cf6

View File

@@ -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;