This commit is contained in:
Matthias Koefferlein
2021-11-25 00:57:11 +01:00
parent a4d2e7891c
commit 0e15426c9f
42 changed files with 182 additions and 122 deletions
@@ -50,7 +50,7 @@ GerberImportDialogFileColumnEditorWidget::GerberImportDialogFileColumnEditorWidg
{
QHBoxLayout *layout = new QHBoxLayout (this);
layout->setSpacing (0);
layout->setMargin (0);
layout->setContentsMargins (0, 0, 0, 0);
setLayout (layout);
setFocusPolicy (Qt::ClickFocus);