Remove non-functional close button from geonode source select dialog

This commit is contained in:
Nyall Dawson 2017-09-06 18:06:10 +10:00
parent 3fde586bbd
commit 973ba7bdfc

View File

@ -194,7 +194,7 @@
<enum>Qt::Horizontal</enum> <enum>Qt::Horizontal</enum>
</property> </property>
<property name="standardButtons"> <property name="standardButtons">
<set>QDialogButtonBox::Close|QDialogButtonBox::Help</set> <set>QDialogButtonBox::Help</set>
</property> </property>
</widget> </widget>
</item> </item>