Skip to content

Commit

Permalink
Fix ui warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson authored and nirvn committed May 18, 2020
1 parent 09fda8d commit f2b6ca9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/ui/qgsoptionsbase.ui
Expand Up @@ -4507,7 +4507,7 @@ The bigger the number, the faster zooming with the mouse wheel will be.</string>
<property name="title">
<string>Tracing</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<layout class="QGridLayout" name="gridLayout1">
<item row="0" column="0" colspan="3">
<widget class="QCheckBox" name="mTracingConvertToCurveCheckBox">
<property name="text">
Expand Down
4 changes: 2 additions & 2 deletions src/ui/qgstemporalcontrollerwidgetbase.ui
Expand Up @@ -241,7 +241,7 @@
<widget class="QWidget" name="p3">
<layout class="QVBoxLayout" name="verticalLayoutP3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<layout class="QHBoxLayout" name="horizontalLayout1">
<property name="spacing">
<number>2</number>
</property>
Expand Down Expand Up @@ -357,7 +357,7 @@
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QLabel" name="mRangeLabel">
<property name="text">
Expand Down

0 comments on commit f2b6ca9

Please sign in to comment.