Skip to content

Commit

Permalink
add tooltip to button in sigleband pseudocolor renderer widget
Browse files Browse the repository at this point in the history
(addresses #7138)
  • Loading branch information
alexbruy committed Mar 13, 2013
1 parent 6262f31 commit 105bfdd
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions src/ui/qgssinglebandpseudocolorrendererwidgetbase.ui
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>637</width>
<height>207</height>
<height>230</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -72,6 +72,9 @@
</item>
<item>
<widget class="QToolButton" name="mSortButton">
<property name="toolTip">
<string>Sort colormap items</string>
</property>
<property name="text">
<string>...</string>
</property>
Expand Down Expand Up @@ -155,15 +158,6 @@
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="headerDefaultSectionSize">
<number>70</number>
</attribute>
<attribute name="headerMinimumSectionSize">
<number>10</number>
</attribute>
<attribute name="headerStretchLastSection">
<bool>true</bool>
</attribute>
<column>
<property name="text">
<string>Value</string>
Expand Down

0 comments on commit 105bfdd

Please sign in to comment.