+ fix problems on unit tests, open transaction when creating distance object, layout warning, ...
This commit is contained in:
@@ -63,7 +63,7 @@ SelectionView::SelectionView(Gui::Document* pcDocument, QWidget *parent)
|
||||
searchBox->setPlaceholderText(tr("Search"));
|
||||
#endif
|
||||
searchBox->setToolTip(tr("Searches object labels"));
|
||||
QHBoxLayout* hLayout = new QHBoxLayout(this);
|
||||
QHBoxLayout* hLayout = new QHBoxLayout();
|
||||
QToolButton* clearButton = new QToolButton(this);
|
||||
clearButton->setFixedSize(18, 21);
|
||||
clearButton->setCursor(Qt::ArrowCursor);
|
||||
|
||||
Reference in New Issue
Block a user