panels: implement a small margin on all panels to ensure the focus border is always visible
This commit is contained in:
@@ -39,6 +39,7 @@ CurveWidget::CurveWidget(QWidget *parent) :
|
||||
bridge_(nullptr)
|
||||
{
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
layout->setMargin(0);
|
||||
|
||||
QHBoxLayout* top_controls = new QHBoxLayout();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user