[dbmanager] small fix for import/export layer UI

This commit is contained in:
Salvatore Larosa 2013-09-01 01:02:12 +02:00
parent 2af87f3d10
commit 86d5ab24ef
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ class DlgImportVector(QDialog, Ui_Dialog):
def setupWorkingMode(self, mode):
""" hide the widget to select a layer/file if the input layer is already set """
self.wdgInput.setVisible( mode == self.ASK_FOR_INPUT_MODE )
self.resize( 200, 200 )
self.resize( 450, 350 )
self.cboTable.setEditText(self.outUri.table())

View File

@ -186,7 +186,7 @@
</layout>
</widget>
</item>
<item row="3" column="0" colspan="2">
<item row="3" column="0" colspan="3">
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>