panels: implement a small margin on all panels to ensure the focus border is always visible

This commit is contained in:
itsmattkc
2020-04-20 18:06:50 +10:00
parent cb14af326c
commit 84e73395ff
9 changed files with 18 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ NodePanel::NodePanel(QWidget *parent) :
connect(node_view_, SIGNAL(SelectionChanged(QList<Node*>)), this, SIGNAL(SelectionChanged(QList<Node*>)));
// Set it as the main widget of this panel
setWidget(node_view_);
SetWidgetWithPadding(node_view_);
// Set strings
Retranslate();