Skip to content

Commit

Permalink
fix ui
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Oct 8, 2024
1 parent 9520e33 commit f78f72b
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions swiss_locator/ui/config.ui
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<item row="3" column="0" colspan="3">
<widget class="QTabWidget" name="tabWidget">
<property name="currentIndex">
<number>0</number>
<number>1</number>
</property>
<widget class="QWidget" name="locations">
<attribute name="title">
Expand Down Expand Up @@ -94,8 +94,18 @@
</property>
</widget>
</item>
<item row="0" column="1" rowspan="2">
<widget class="QComboBox" name="wmts_priority"/>
<item row="3" column="0">
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item row="1" column="0" rowspan="2">
<widget class="QLabel" name="label_10">
Expand All @@ -107,15 +117,18 @@
<item row="2" column="1">
<widget class="QSpinBox" name="wmts_limit"/>
</item>
<item row="3" column="0">
<spacer name="verticalSpacer">
<item row="0" column="1" rowspan="2">
<widget class="QComboBox" name="wmts_priority"/>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer_6">
<property name="orientation">
<enum>Qt::Vertical</enum>
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
Expand Down

0 comments on commit f78f72b

Please sign in to comment.