Tidying of the QFP target package widget

This commit is contained in:
Nav
2021-09-26 18:16:27 +01:00
parent 135df2395b
commit 4ced48737b
5 changed files with 33 additions and 95 deletions

View File

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