Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #12069 - Don't adjust size of projection combobox
Funded by Digital Mapping Solutions
  • Loading branch information
NathanW2 committed Feb 6, 2015
1 parent fe9c7c3 commit 59b758b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsprojectionselectionwidget.cpp
Expand Up @@ -34,6 +34,7 @@ QgsProjectionSelectionWidget::QgsProjectionSelectionWidget( QWidget *parent ) :

mCrsComboBox = new QComboBox( this );
mCrsComboBox->addItem( tr( "invalid projection" ), QgsProjectionSelectionWidget::CurrentCrs );
mCrsComboBox->setSizePolicy( QSizePolicy::Ignored, QSizePolicy::Preferred );

if ( QgsProject::instance()->readNumEntry( "SpatialRefSys", "/ProjectionsEnabled", 0 ) )
{
Expand Down

0 comments on commit 59b758b

Please sign in to comment.