Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix ui build warnings
  • Loading branch information
nyalldawson committed Apr 26, 2018
1 parent 48f2217 commit e1c6afa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/ui/qgsexpressionbuilder.ui
Expand Up @@ -74,7 +74,7 @@
<widget class="QWidget" name="layoutWidget_1">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QFrame" name="frame">
<widget class="QFrame" name="frame1">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsgdalsourceselectbase.ui
Expand Up @@ -37,7 +37,7 @@
<property name="title">
<string>Source type</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<layout class="QHBoxLayout" name="horizontalLayout1">
<item>
<widget class="QRadioButton" name="radioSrcFile">
<property name="text">
Expand Down Expand Up @@ -110,7 +110,7 @@
<property name="title">
<string>Protocol</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<layout class="QGridLayout" name="gridLayout_21">
<item row="0" column="1">
<widget class="QComboBox" name="cmbProtocolTypes"/>
</item>
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgsoptionsbase.ui
Expand Up @@ -3037,7 +3037,7 @@
</widget>
</item>
<item>
<spacer name="horizontalSpacer_39">
<spacer name="horizontalSpacer_391">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
Expand Down Expand Up @@ -3078,7 +3078,7 @@
<property name="title">
<string>Map Tips</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_22">
<layout class="QHBoxLayout" name="horizontalLayout_221">
<item>
<widget class="QLabel" name="textLabel1_16">
<property name="sizePolicy">
Expand Down

0 comments on commit e1c6afa

Please sign in to comment.