mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
only show dpi mode label in connection dialog for wms (fixes #9021)
This commit is contained in:
parent
021c7e6077
commit
b6f7525467
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user