Skip to content

Commit

Permalink
[dbmanager] small fix for import/export layer UI
Browse files Browse the repository at this point in the history
  • Loading branch information
slarosa committed Aug 31, 2013
1 parent 2af87f3 commit 86d5ab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/db_manager/dlg_import_vector.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(self, inLayer, outDb, outUri, parent=None):
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())

Expand Down
2 changes: 1 addition & 1 deletion python/plugins/db_manager/ui/DlgExportVector.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 86d5ab2

Please sign in to comment.