panels: implement a small margin on all panels to ensure the focus border is always visible
This commit is contained in:
@@ -60,6 +60,7 @@ ManagedPixelSamplerWidget::ManagedPixelSamplerWidget(QWidget *parent) :
|
||||
QWidget(parent)
|
||||
{
|
||||
QVBoxLayout* layout = new QVBoxLayout(this);
|
||||
layout->setMargin(0);
|
||||
|
||||
display_view_ = new PixelSamplerWidget();
|
||||
display_view_->setTitle(tr("Display"));
|
||||
|
||||
Reference in New Issue
Block a user