Skip to content

Commit

Permalink
Move the top toolbar buttons to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
suricactus committed Mar 17, 2020
1 parent f246a48 commit 1010280
Showing 1 changed file with 8 additions and 21 deletions.
29 changes: 8 additions & 21 deletions src/ui/qgsexpressionbuilder.ui
Expand Up @@ -101,20 +101,7 @@
</property>
<layout class="QVBoxLayout" name="verticalLayout_6" stretch="0,1,0,1">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10" stretch="0,0">
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<layout class="QHBoxLayout" name="horizontalLayout_10" stretch="0">
<item>
<widget class="QFrame" name="frame_2">
<property name="frameShape">
Expand Down Expand Up @@ -168,13 +155,6 @@
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="btnEditExpression">
<property name="enabled">
Expand Down Expand Up @@ -221,6 +201,13 @@
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_3">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
Expand Down

0 comments on commit 1010280

Please sign in to comment.