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
@@ -26,7 +26,7 @@ PixelSamplerPanel::PixelSamplerPanel(QWidget *parent) :
PanelWidget(QStringLiteral("ProjectPanel"), parent)
{
sampler_widget_ = new ManagedPixelSamplerWidget();
setWidget(sampler_widget_);
SetWidgetWithPadding(sampler_widget_);
Retranslate();
}