made notes about arrow sizing

This commit is contained in:
itsmattkc
2019-07-19 00:40:26 -07:00
parent 136bb52fef
commit 6c52c45aea
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -66,6 +66,8 @@ NodeViewItem::NodeViewItem(QGraphicsItem *parent) :
// Set text and icon padding
node_text_padding_ = font_metrics.height() / 6;
// FIXME: Revise icon sizing algorithm (share with NodeParamViewItem)
node_icon_padding_ = node_text_padding_ * 3;
// Use the current default font height to size this widget