summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-06-15 17:01:07 +0100
committerCaolán McNamara <caolanm@redhat.com>2021-06-15 21:14:57 +0200
commit0632d9a93fe34128628b3e93c85c943a9c7c919b (patch)
treeb35cfdcd757fde81ad37fdd9bc24a652190fed64
parentmemcpy-param-overlap (diff)
downloadcore-0632d9a93fe34128628b3e93c85c943a9c7c919b.tar.gz
core-0632d9a93fe34128628b3e93c85c943a9c7c919b.zip
move unique use of primary-icon-tooltip-text to tooltip-text
there are no "secondary" or "primary" icons for the tip to be relevant to. I imagine this should be for the whole widget. Change-Id: I3509000ae3d8a9ce3eca3549a76b0fe9222fb319 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/117265 Tested-by: Caolán McNamara <caolanm@redhat.com> Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--cui/uiconfig/ui/colorpage.ui6
1 files changed, 3 insertions, 3 deletions
diff --git a/cui/uiconfig/ui/colorpage.ui b/cui/uiconfig/ui/colorpage.ui
index 5c6fc2299b93..46f99e9db764 100644
--- a/cui/uiconfig/ui/colorpage.ui
+++ b/cui/uiconfig/ui/colorpage.ui
@@ -696,7 +696,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
- <property name="primary_icon_tooltip_text" translatable="yes" context="colorpage|B_custom">Blue</property>
+ <property name="tooltip-text" translatable="yes" context="colorpage|B_custom">Blue</property>
<property name="truncate-multiline">True</property>
<property name="adjustment">adjustment7</property>
</object>
@@ -710,7 +710,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
- <property name="primary_icon_tooltip_text" translatable="yes" context="colorpage|R_custom">Red</property>
+ <property name="tooltip-text" translatable="yes" context="colorpage|R_custom">Red</property>
<property name="truncate-multiline">True</property>
<property name="adjustment">adjustment2</property>
</object>
@@ -763,7 +763,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="activates_default">True</property>
- <property name="primary_icon_tooltip_text" translatable="yes" context="colorpage|G_custom">Green</property>
+ <property name="tooltip-text" translatable="yes" context="colorpage|G_custom">Green</property>
<property name="truncate-multiline">True</property>
<property name="adjustment">adjustment6</property>
</object>