Skip to content

Commit

Permalink
[composer] Fix overview tooltips (fix #11655)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 18, 2014
1 parent 20deafd commit 00c5a75
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/ui/qgscomposermapwidgetbase.ui
Expand Up @@ -54,9 +54,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-517</y>
<y>0</y>
<width>484</width>
<height>2445</height>
<height>2469</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -1200,7 +1200,7 @@
<item>
<widget class="QPushButton" name="mAddOverviewPushButton">
<property name="toolTip">
<string>Add a new grid</string>
<string>Add a new overview</string>
</property>
<property name="text">
<string/>
Expand All @@ -1214,7 +1214,7 @@
<item>
<widget class="QPushButton" name="mRemoveOverviewPushButton">
<property name="toolTip">
<string>Remove selected grid</string>
<string>Remove selected overview</string>
</property>
<property name="text">
<string/>
Expand All @@ -1228,7 +1228,7 @@
<item>
<widget class="QPushButton" name="mOverviewUpButton">
<property name="toolTip">
<string>Move selected grid up</string>
<string>Move selected overview up</string>
</property>
<property name="text">
<string/>
Expand All @@ -1242,7 +1242,7 @@
<item>
<widget class="QPushButton" name="mOverviewDownButton">
<property name="toolTip">
<string>Move selected grid down</string>
<string>Move selected overview down</string>
</property>
<property name="text">
<string/>
Expand Down Expand Up @@ -1362,17 +1362,17 @@
<extends>QToolButton</extends>
<header>qgsdatadefinedbutton.h</header>
</customwidget>
<customwidget>
<class>QgsBlendModeComboBox</class>
<extends>QComboBox</extends>
<header>qgsblendmodecombobox.h</header>
</customwidget>
<customwidget>
<class>QgsCollapsibleGroupBoxBasic</class>
<extends>QGroupBox</extends>
<header location="global">qgscollapsiblegroupbox.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>QgsBlendModeComboBox</class>
<extends>QComboBox</extends>
<header>qgsblendmodecombobox.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>scrollArea</tabstop>
Expand Down

0 comments on commit 00c5a75

Please sign in to comment.