Skip to content

Commit

Permalink
Fix widget labels in layer "QGIS Server" propertiestab
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Nov 12, 2021
1 parent 11ff1fa commit f96111f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions src/ui/qgsrasterlayerpropertiesbase.ui
Expand Up @@ -254,7 +254,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>3</number>
<number>0</number>
</property>
<widget class="QWidget" name="mOptsPage_Information">
<layout class="QVBoxLayout" name="verticalLayout_20">
Expand Down Expand Up @@ -1501,7 +1501,7 @@ p, li { white-space: pre-wrap; }
<item row="6" column="0">
<widget class="QLabel" name="mLayerKeywordListLabel_3">
<property name="text">
<string>Data Url</string>
<string>Data URL</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -1647,7 +1647,7 @@ p, li { white-space: pre-wrap; }
<item row="2" column="0">
<widget class="QLabel" name="mLayerAttributionUrlLabel">
<property name="text">
<string>Url</string>
<string>URL</string>
</property>
</widget>
</item>
Expand All @@ -1667,7 +1667,7 @@ p, li { white-space: pre-wrap; }
<item row="2" column="0">
<widget class="QgsCollapsibleGroupBox" name="mMetaMetaUrlGrpBx">
<property name="title">
<string>MetadataUrl</string>
<string>Metadata URL</string>
</property>
<property name="syncGroup" stdset="0">
<string notr="true">vectormeta</string>
Expand Down Expand Up @@ -1721,15 +1721,15 @@ p, li { white-space: pre-wrap; }
<item row="3" column="0">
<widget class="QgsCollapsibleGroupBox" name="mMetaLegendGrpBx">
<property name="title">
<string>LegendUrl</string>
<string>Legend URL</string>
</property>
<layout class="QGridLayout" name="gridLayout_10">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_11">
<item>
<widget class="QLabel" name="mLayerLegendUrlLabel">
<property name="text">
<string>Url</string>
<string>URL</string>
</property>
</widget>
</item>
Expand Down
10 changes: 5 additions & 5 deletions src/ui/qgsvectorlayerpropertiesbase.ui
Expand Up @@ -363,7 +363,7 @@
</sizepolicy>
</property>
<property name="currentIndex">
<number>12</number>
<number>0</number>
</property>
<widget class="QWidget" name="mOptsPage_Information">
<layout class="QVBoxLayout" name="verticalLayout_5">
Expand Down Expand Up @@ -2258,7 +2258,7 @@
<item row="6" column="0">
<widget class="QLabel" name="mLayerDataUrlLabel">
<property name="text">
<string>DataUrl</string>
<string>Data URL</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2294,7 +2294,7 @@
<item row="2" column="0">
<widget class="QLabel" name="mLayerAttributionUrlLabel">
<property name="text">
<string>Url</string>
<string>URL</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -2365,15 +2365,15 @@
<item>
<widget class="QgsCollapsibleGroupBox" name="mMetaLegendGrpBx">
<property name="title">
<string>LegendUrl</string>
<string>Legend URL</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="mLayerLegendUrlLabel">
<property name="text">
<string>Url</string>
<string>URL</string>
</property>
</widget>
</item>
Expand Down

0 comments on commit f96111f

Please sign in to comment.