Skip to content

Commit

Permalink
only show dpi mode label in connection dialog for wms (fixes #9021)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Nov 6, 2013
1 parent 021c7e6 commit b6f7525
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsnewhttpconnection.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,8 @@ QgsNewHttpConnection::QgsNewHttpConnection(

cmbDpiMode->setVisible( false );
mGroupBox->layout()->removeWidget( cmbDpiMode );
lblDpiMode->setVisible( false );
mGroupBox->layout()->removeWidget( lblDpiMode );

txtReferer->setVisible( false );
mGroupBox->layout()->removeWidget( txtReferer );
Expand Down

0 comments on commit b6f7525

Please sign in to comment.