sfx2/uiconfig/ui/documentinfopage.ui |   26 +++++++++++++++++++++++---
 solenv/sanitizers/ui/sfx.suppr       |    1 +
 2 files changed, 24 insertions(+), 3 deletions(-)

New commits:
commit 3b05eab7eb9a949912a329a2eae41abb8a0270cc
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Wed Aug 31 11:16:29 2022 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Wed Aug 31 19:38:26 2022 +0200

    Resolves tdf#150697 - Improvements to terminology
    
    Change-Id: Ifeadc7ea92cac3f1b3883a694b38cd567153f4af
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/139088
    Tested-by: Jenkins
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>

diff --git a/sfx2/uiconfig/ui/documentinfopage.ui 
b/sfx2/uiconfig/ui/documentinfopage.ui
index 5d86e541e98c..a03236d7fcc7 100644
--- a/sfx2/uiconfig/ui/documentinfopage.ui
+++ b/sfx2/uiconfig/ui/documentinfopage.ui
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.38.2 -->
+<!-- Generated with glade 3.40.0 -->
 <interface domain="sfx">
   <requires lib="gtk+" version="3.20"/>
   <!-- n-columns=3 n-rows=14 -->
@@ -410,13 +410,14 @@
       <object class="GtkBox">
         <property name="visible">True</property>
         <property name="can-focus">False</property>
+        <property name="halign">start</property>
         <child>
           <object class="GtkCheckButton" id="image-preferred-dpi-checkbutton">
-            <property name="label" translatable="yes" 
context="documentinfopage|image-preferred-dpi-checkbutton">Image preferred 
DPI</property>
+            <property name="label" translatable="yes" 
context="documentinfopage|image-preferred-dpi-checkbutton">Preferred resolution 
for images:</property>
             <property name="visible">True</property>
             <property name="can-focus">True</property>
             <property name="receives-default">False</property>
-            <property name="hexpand">True</property>
+            <property name="margin-end">6</property>
             <property name="draw-indicator">True</property>
             <accessibility>
               <relation type="label-for" 
target="image-preferred-dpi-combobox"/>
@@ -440,6 +441,11 @@
               <item>300</item>
               <item>600</item>
             </items>
+            <child internal-child="entry">
+              <object class="GtkEntry">
+                <property name="can-focus">False</property>
+              </object>
+            </child>
             <accessibility>
               <relation type="labelled-by" 
target="image-preferred-dpi-checkbutton"/>
             </accessibility>
@@ -450,6 +456,20 @@
             <property name="position">1</property>
           </packing>
         </child>
+        <child>
+          <object class="GtkLabel" id="lbUnit">
+            <property name="visible">True</property>
+            <property name="can-focus">False</property>
+            <property name="margin-start">6</property>
+            <property name="margin-end">6</property>
+            <property name="label" translatable="yes" 
context="documentinfopage|image-preferred-ppi-unit">ppi</property>
+          </object>
+          <packing>
+            <property name="expand">False</property>
+            <property name="fill">True</property>
+            <property name="position">2</property>
+          </packing>
+        </child>
       </object>
       <packing>
         <property name="left-attach">1</property>
diff --git a/solenv/sanitizers/ui/sfx.suppr b/solenv/sanitizers/ui/sfx.suppr
index 1700676c2744..0eb7215e911a 100644
--- a/solenv/sanitizers/ui/sfx.suppr
+++ b/solenv/sanitizers/ui/sfx.suppr
@@ -23,6 +23,7 @@ 
sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='showtype'] orphan-label
 sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='showtemplate'] 
orphan-label
 sfx2/uiconfig/ui/documentinfopage.ui://GtkImage[@id='icon'] no-labelled-by
 sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='nameed'] orphan-label
+sfx2/uiconfig/ui/documentinfopage.ui://GtkLabel[@id='lbUnit'] orphan-label
 sfx2/uiconfig/ui/extrabutton.ui://GtkButton[@id='button'] button-no-label
 sfx2/uiconfig/ui/helpindexpage.ui://GtkEntry[@id='termentry'] no-labelled-by
 sfx2/uiconfig/ui/helpwindow.ui://GtkCheckButton[@id='checkbutton'] 
button-no-label

Reply via email to