mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-21 06:13:41 +00:00
LibreVNA-GUI: Remove obsolete 'setMargin' calls
This commit is contained in:
parent
714953f8aa
commit
daf7218cfd
2 changed files with 0 additions and 2 deletions
|
|
@ -1473,7 +1473,6 @@ QWidget *Marker::getTypeEditor(QAbstractItemDelegate *delegate)
|
|||
layout->addWidget(c);
|
||||
c->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
|
||||
layout->setContentsMargins(0,0,0,0);
|
||||
layout->setMargin(0);
|
||||
layout->setSpacing(0);
|
||||
layout->addWidget(new QLabel("to"));
|
||||
auto deltaChooser = new QComboBox;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue