cui/uiconfig/ui/optaccessibilitypage.ui |   29 +++++++++++++++++++++++------
 1 file changed, 23 insertions(+), 6 deletions(-)

New commits:
commit 3afc933ca3d7b88e6f9d3283baed9ef4e3ce2000
Author:     Per99 <solar...@gmx.de>
AuthorDate: Fri Aug 2 07:47:40 2024 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Mon Aug 5 11:33:38 2024 +0200

    tdf#161765 part 2: In optaccessibilitypage.ui, align the Comboboxes.
    
    In https://gerrit.libreoffice.org/c/core/+/170827 ,
    the comboboxes weren’t aligned. This patch corrects that mistake.
    Additionally, there are some minor vertical alignment adjustments..
    
    Change-Id: I4410c0701b636974f7857a07fff7af75f6cd0a7c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171388
    Tested-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/cui/uiconfig/ui/optaccessibilitypage.ui 
b/cui/uiconfig/ui/optaccessibilitypage.ui
index edf30438ca41..b4119b0b312a 100644
--- a/cui/uiconfig/ui/optaccessibilitypage.ui
+++ b/cui/uiconfig/ui/optaccessibilitypage.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.40.0 -->
+<!-- Generated with glade 3.40.0  -->
 <interface domain="cui">
   <requires lib="gtk+" version="3.20"/>
   <object class="GtkListStore" id="liststore1">
@@ -39,7 +39,7 @@
             <property name="margin-start">12</property>
             <property name="margin-top">6</property>
             <property name="orientation">vertical</property>
-            <property name="spacing">8</property>
+            <property name="spacing">3</property>
             <child>
               <!-- n-columns=3 n-rows=1 -->
               <object class="GtkGrid" id="animatedgraphicgrid">
@@ -50,7 +50,7 @@
                   <object class="GtkLabel" id="animatedgraphiclabel">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
-                    <property name="label" translatable="yes" 
context="optaccessibilitypage|animatedgraphiclabel">Allow animated images: 
</property>
+                    <property name="label" translatable="yes" 
context="optaccessibilitypage|animatedgraphiclabel">Allow animated 
images:</property>
                     <property name="use-underline">True</property>
                     <property 
name="mnemonic-widget">animatedgraphicenabled</property>
                     <property name="xalign">0</property>
@@ -132,7 +132,7 @@
                   <object class="GtkLabel" id="animatedtextlabel">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
-                    <property name="label" translatable="yes" 
context="optaccessibilitypage|animatedtextlabel">Allow animated text:       
</property>
+                    <property name="label" translatable="yes" 
context="optaccessibilitypage|animatedtextlabel">Allow animated text:</property>
                     <property name="use-underline">True</property>
                     <property 
name="mnemonic-widget">animatedtextenabled</property>
                     <property name="xalign">0</property>
@@ -189,7 +189,7 @@
                   <object class="GtkLabel" id="animatedotherslabel">
                     <property name="visible">True</property>
                     <property name="can-focus">False</property>
-                    <property name="label" translatable="yes" 
context="optaccessibilitypage|animatedotherslabel" comments="This option allows 
e.g. 'running ants' animation in Calc">Allow other animations:  </property>
+                    <property name="label" translatable="yes" 
context="optaccessibilitypage|animatedotherslabel" comments="This option allows 
e.g. 'running ants' animation in Calc">Allow other animations:</property>
                     <property name="use-underline">True</property>
                     <property 
name="mnemonic-widget">animatedothersenabled</property>
                     <property name="xalign">0</property>
@@ -280,7 +280,7 @@
             <property name="margin-start">12</property>
             <property name="margin-top">6</property>
             <property name="orientation">vertical</property>
-            <property name="spacing">6</property>
+            <property name="spacing">3</property>
             <child>
               <!-- n-columns=3 n-rows=1 -->
               <object class="GtkGrid" id="highcontrastbox">
@@ -548,6 +548,7 @@
       <object class="GtkFrame" id="frame3">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
+        <property name="margin-top">3</property>
         <property name="hexpand">True</property>
         <property name="vexpand">True</property>
         <property name="label-xalign">0</property>
@@ -663,4 +664,20 @@
       </object>
     </child>
   </object>
+  <object class="GtkSizeGroup" id="sizegroupLabel">
+    <widgets>
+      <widget name="animatedgraphiclabel"/>
+      <widget name="animatedtextlabel"/>
+      <widget name="animatedotherslabel"/>
+      <widget name="label13"/>
+    </widgets>
+  </object>
+  <object class="GtkSizeGroup" id="sizegroupWidget">
+    <widgets>
+      <widget name="animatedgraphicenabled"/>
+      <widget name="animatedtextenabled"/>
+      <widget name="animatedothersenabled"/>
+      <widget name="highcontrast"/>
+    </widgets>
+  </object>
 </interface>

Reply via email to