Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Top align widgets in expression builder dialog
  • Loading branch information
DelazJ authored and nyalldawson committed Mar 8, 2020
1 parent 375242c commit a4b9774
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions src/ui/qgsexpressionbuilder.ui
Expand Up @@ -147,6 +147,9 @@
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -318,6 +321,9 @@
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
Expand Down Expand Up @@ -604,6 +610,18 @@
<property name="spacing">
<number>0</number>
</property>
<property name="leftMargin">
<number>9</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTextBrowser" name="txtHelpText">
<property name="readOnly">
Expand Down

0 comments on commit a4b9774

Please sign in to comment.