Skip to content

Commit

Permalink
[ui] Expand geopackage connections combobox in the save/load project …
Browse files Browse the repository at this point in the history
…to/from geopackage dialog
  • Loading branch information
nirvn authored and nyalldawson committed Nov 4, 2021
1 parent 8396245 commit cad08bd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/qgsgeopackageprojectstoragedialog.ui
Expand Up @@ -21,7 +21,14 @@
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="mCboConnection"/>
<widget class="QComboBox" name="mCboConnection">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="label_3">
Expand Down

0 comments on commit cad08bd

Please sign in to comment.