Reducing size of DIP widget pins

This commit is contained in:
Nav
2021-11-20 19:08:52 +00:00
parent 69212059f9
commit 378b2cca0f

View File

@@ -14,8 +14,8 @@ namespace Bloom::Widgets::InsightTargetWidgets::Dip
Q_OBJECT
public:
static const int WIDTH = 25;
static const int HEIGHT = 34;
static const int WIDTH = 19;
static const int HEIGHT = 28;
PinBodyWidget(
QWidget* parent,