Skip to content

Commit

Permalink
Make input use full width of dialog, like WFS filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rduivenvoorde authored and nyalldawson committed Apr 30, 2022
1 parent c9678be commit 14d3fa7
Showing 1 changed file with 3 additions and 29 deletions.
32 changes: 3 additions & 29 deletions src/ui/qgswmssourceselectbase.ui
Expand Up @@ -264,7 +264,7 @@
</widget>
</item>
<item row="4" column="2">
<widget class="QgsProjectionSelectionWidget" name="mCrsSelector" native="true">
<widget class="QgsProjectionSelectionWidget" name="mCrsSelector">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
Expand Down Expand Up @@ -318,19 +318,6 @@
</item>
<item row="2" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QgsFilterLineEdit" name="mLayersFilterLineEdit">
<property name="sizePolicy">
Expand All @@ -339,7 +326,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="showSearchIcon" stdset="0">
<property name="showSearchIcon">
<bool>true</bool>
</property>
<property name="qgisRelation" stdset="0">
Expand Down Expand Up @@ -420,19 +407,6 @@
<layout class="QGridLayout" name="gridLayout_3">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_4">
<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>
<item>
<widget class="QgsFilterLineEdit" name="mTilesetsFilterLineEdit">
<property name="sizePolicy">
Expand All @@ -441,7 +415,7 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="showSearchIcon" stdset="0">
<property name="showSearchIcon">
<bool>true</bool>
</property>
<property name="qgisRelation" stdset="0">
Expand Down

0 comments on commit 14d3fa7

Please sign in to comment.