mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
Fix #12069 - Don't adjust size of projection combobox
Funded by Digital Mapping Solutions
This commit is contained in:
parent
fe9c7c3e65
commit
59b758bb27
@ -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 ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user