Improved automatic Insight window resizing when a QFP target package widget is enabled

This commit is contained in:
Nav
2021-08-24 20:12:07 +01:00
parent 0ff217113a
commit 96c3279efd
3 changed files with 13 additions and 14 deletions

View File

@@ -34,7 +34,8 @@ namespace Bloom::Widgets::InsightTargetWidgets::Qfp
}
public:
static const int MAXIMUM_SPACING = 8;
static const int PIN_WIDGET_LAYOUT_PADDING = 46;
static const int PIN_WIDGET_SPACING = 8;
static const int MAXIMUM_LABEL_COUNT = 3;
static const int LABEL_HEIGHT = 20;
static const int MAXIMUM_LABEL_WIDTH = PinBodyWidget::WIDTH;