sw/uiconfig/swriter/ui/indexentry.ui |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 250b820a24640a33d73a6e690e04e36be01cda28
Author:     Seth Chaiklin <sdc.bla...@youmail.dk>
AuthorDate: Mon Apr 3 00:27:56 2023 +0200
Commit:     Seth Chaiklin <sdc.bla...@youmail.dk>
CommitDate: Tue Apr 4 13:10:55 2023 +0200

    tdf#129726  make extended tips visible for 1st and 2nd key
    
      ce58da3240e508800bd3e6fd7d56fb5fbde3349d introduced extended tips,
      but the extended tips for "1st key" and "2nd key" should be the
      child of the GtkComboBoxText, and not GtkEntry.
    
    Change-Id: Iaaa23c76debaa87c37f2fa8308e81c31cfb657cf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/149888
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Reviewed-by: Seth Chaiklin <sdc.bla...@youmail.dk>

diff --git a/sw/uiconfig/swriter/ui/indexentry.ui 
b/sw/uiconfig/swriter/ui/indexentry.ui
index aabc8cf463ab..0b1eca11061c 100644
--- a/sw/uiconfig/swriter/ui/indexentry.ui
+++ b/sw/uiconfig/swriter/ui/indexentry.ui
@@ -366,11 +366,11 @@
                     <property name="can-focus">True</property>
                     <property name="activates-default">True</property>
                     <property name="truncate-multiline">True</property>
-                    <child internal-child="accessible">
-                      <object class="AtkObject" id="key1cb-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="indexentry|extended_tip|key1cb">Makes the current 
selection a subentry of the word that you enter here. For example, if you 
select “cold”, and enter “weather” as the 1st key, the index entry will be 
“weather, cold”.</property>
-                      </object>
-                    </child>
+                  </object>
+                </child>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="key1cb-atkobject">
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="indexentry|extended_tip|key1cb">Makes the current 
selection a subentry of the word that you enter here. For example, if you 
select “cold”, and enter “weather” as the 1st key, the index entry will be 
“weather, cold”.</property>
                   </object>
                 </child>
               </object>
@@ -407,11 +407,11 @@
                     <property name="can-focus">True</property>
                     <property name="activates-default">True</property>
                     <property name="truncate-multiline">True</property>
-                    <child internal-child="accessible">
-                      <object class="AtkObject" id="key2cb-atkobject">
-                        <property name="AtkObject::accessible-description" 
translatable="yes" context="indexentry|extended_tip|key2cb">Makes the current 
selection a sub-subentry of the 1st key. For example, if you select “cold”, and 
enter “weather” as the 1st key and “winter” as the 2nd key, the index entry 
will be “weather, winter, cold”.</property>
-                      </object>
-                    </child>
+                  </object>
+                </child>
+                <child internal-child="accessible">
+                  <object class="AtkObject" id="key2cb-atkobject">
+                    <property name="AtkObject::accessible-description" 
translatable="yes" context="indexentry|extended_tip|key2cb">Makes the current 
selection a sub-subentry of the 1st key. For example, if you select “cold”, and 
enter “weather” as the 1st key and “winter” as the 2nd key, the index entry 
will be “weather, winter, cold”.</property>
                   </object>
                 </child>
               </object>

Reply via email to