Skip to content

Commit

Permalink
move the toolbar to the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed May 15, 2019
1 parent c0a0f7d commit 546ede4
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/ui/qgsdualviewbase.ui
Expand Up @@ -113,6 +113,16 @@
</property>
</widget>
</item>
<item>
<widget class="QgsFeatureListView" name="mFeatureListView">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item>
<widget class="QWidget" name="widget" native="true">
<property name="sizePolicy">
Expand Down Expand Up @@ -314,16 +324,6 @@
</layout>
</widget>
</item>
<item>
<widget class="QgsFeatureListView" name="mFeatureListView">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QFrame" name="mAttributeEditor">
Expand Down

0 comments on commit 546ede4

Please sign in to comment.