cui/uiconfig/ui/optviewpage.ui |   10 ++++++++++
 1 file changed, 10 insertions(+)

New commits:
commit 5de26fbf37f02a9c5a0ae96140ec50167709eaf2
Author:     Olivier Hallot <olivier.hal...@libreoffice.org>
AuthorDate: Fri Nov 1 17:32:34 2024 -0300
Commit:     Olivier Hallot <olivier.hal...@libreoffice.org>
CommitDate: Tue Nov 5 07:28:08 2024 +0100

    tdf#137680 Add extended tips for Skia options
    
    Change-Id: If525c808a1ad350c878cf8f80ee3289a0c6fcbb3
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/175938
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hal...@libreoffice.org>

diff --git a/cui/uiconfig/ui/optviewpage.ui b/cui/uiconfig/ui/optviewpage.ui
index 6ad847830136..7bbce0bc6526 100644
--- a/cui/uiconfig/ui/optviewpage.ui
+++ b/cui/uiconfig/ui/optviewpage.ui
@@ -547,6 +547,11 @@
                     <property name="tooltip-text" translatable="yes" 
context="optviewpage|useskia|tooltip_text">Requires restart</property>
                     <property name="use-underline">True</property>
                     <property name="draw-indicator">True</property>
+                    <child internal-child="accessible">
+                      <object class="AtkObject" id="useskia-atkobject">
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="optviewage|extended_tips|useskia">Use the high 
performance Skia graphics engine to render all visual elements of the 
application, including windows, menus, toolbars and icons.</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left-attach">1</property>
@@ -563,6 +568,11 @@
                     <property name="margin-start">18</property>
                     <property name="use-underline">True</property>
                     <property name="draw-indicator">True</property>
+                    <child internal-child="accessible">
+                      <object class="AtkObject" id="forceskiaraster-atkobject">
+                        <property name="AtkObject::accessible-description" 
translatable="yes" context="optviewpage|extended_tips|forceskiaraster">Disables 
Skia's use of the computer graphics device. This still uses Skia software but 
with calls for raster framing, reduced and simplified graphics processing unit 
load.</property>
+                      </object>
+                    </child>
                   </object>
                   <packing>
                     <property name="left-attach">1</property>

Reply via email to