Skip to content

Commit

Permalink
Add tooltip for load as separated layers check box.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nyalldawson committed Jun 17, 2022
1 parent fb43dcb commit a012187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/ui/qgswmssourceselectbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>744</width>
<height>592</height>
<height>611</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -497,6 +497,9 @@
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="mLoadLayersIndividuallyCheckBox">
<property name="toolTip">
<string>Load each selected layer as an individual layer</string>
</property>
<property name="text">
<string>Load as separate layers</string>
</property>
Expand Down

0 comments on commit a012187

Please sign in to comment.