Skip to content

Commit

Permalink
followup 443fa8c
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Sep 23, 2014
1 parent 0d9683e commit e194423
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gui/editorwidgets/qgsrelationreferencewidget.cpp
Expand Up @@ -134,14 +134,14 @@ QgsRelationReferenceWidget::QgsRelationReferenceWidget( QWidget* parent )
font.setItalic( true );
mInvalidLabel->setStyleSheet( "QLabel { color: red; } " );
mInvalidLabel->setFont( font );
mTopLayout->addWidget( mInvalidLabel, 1, 0 );
mInvalidLabel->hide();
mTopLayout->addWidget( mInvalidLabel );

// default mode is combobox, no geometric relation and no embed form
mLineEdit->hide();
mMapIdentificationButton->hide();
mHighlightFeatureButton->hide();
mAttributeEditorFrame->hide();
mInvalidLabel->hide();
}

QgsRelationReferenceWidget::~QgsRelationReferenceWidget()
Expand Down

0 comments on commit e194423

Please sign in to comment.