Skip to content

Commit

Permalink
Increase size of foreign key editor widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
MKleusberg committed Feb 3, 2017
1 parent c62d291 commit 304e179
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ForeignKeyEditorDelegate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ class ForeignKeyEditor : public QWidget
layout->addWidget(idsComboBox);
layout->addWidget(clauseEdit);
layout->addWidget(m_btnReset);
layout->setSpacing(0);
layout->setMargin(0);
setLayout(layout);

connect(m_btnReset, &QPushButton::clicked, [&]
Expand Down

0 comments on commit 304e179

Please sign in to comment.