sd/uiconfig/simpress/ui/layoutwindow.ui |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 047305b1dcf2a1c9cdc62c8ecd8079db4b994fcb
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Thu Jul 28 17:12:27 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Jul 29 10:04:10 2022 +0200

    gtk4: add an initial placeholder image to flag there will be one set later
    
    Change-Id: Ib1696b16990d3ae08fd2be10cc9fe89322287369
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/137576
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/sd/uiconfig/simpress/ui/layoutwindow.ui 
b/sd/uiconfig/simpress/ui/layoutwindow.ui
index 7b36b20f118c..aeee9e046e0c 100644
--- a/sd/uiconfig/simpress/ui/layoutwindow.ui
+++ b/sd/uiconfig/simpress/ui/layoutwindow.ui
@@ -2,6 +2,11 @@
 <!-- Generated with glade 3.38.2 -->
 <interface domain="sd">
   <requires lib="gtk+" version="3.20"/>
+  <object class="GtkImage" id="image1">
+    <property name="visible">True</property>
+    <property name="can-focus">False</property>
+    <property name="icon-name">missing-image</property>
+  </object>
   <object class="GtkPopover" id="LayoutWindow">
     <property name="can-focus">False</property>
     <property name="no-show-all">True</property>
@@ -122,6 +127,7 @@
             <property name="can-focus">True</property>
             <property name="receives-default">True</property>
             <property name="no-show-all">True</property>
+            <property name="image">image1</property>
             <property name="always-show-image">True</property>
           </object>
           <packing>

Reply via email to