Skip to content

Commit

Permalink
Fix buttons tab order and vertical expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Sep 30, 2024
1 parent 771b033 commit b144272
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions src/ui/qgssensorthingssubseteditorbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,19 @@ p, li { white-space: pre-wrap; }
</property>
</widget>
</item>
<item row="6" column="1">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>0</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
Expand All @@ -248,6 +261,25 @@ p, li { white-space: pre-wrap; }
<container>1</container>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>lstFields</tabstop>
<tabstop>groupBox4</tabstop>
<tabstop>mButtonEq</tabstop>
<tabstop>mButtonNe</tabstop>
<tabstop>mButtonGt</tabstop>
<tabstop>mButtonGe</tabstop>
<tabstop>mButtonLt</tabstop>
<tabstop>mButtonLe</tabstop>
<tabstop>mButtonAnd</tabstop>
<tabstop>mButtonOr</tabstop>
<tabstop>mButtonNot</tabstop>
<tabstop>mButtonNow</tabstop>
<tabstop>mButtonAdd</tabstop>
<tabstop>mButtonSub</tabstop>
<tabstop>mButtonMul</tabstop>
<tabstop>mButtonDiv</tabstop>
<tabstop>mButtonMod</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>

0 comments on commit b144272

Please sign in to comment.