diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-07-28 17:12:27 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-07-29 10:04:10 +0200 |
commit | 047305b1dcf2a1c9cdc62c8ecd8079db4b994fcb (patch) | |
tree | a04fac22d026a25147e124a89f1bb1d5c35a9834 /sd | |
parent | 276bd8005c4a0cc006a306c5f8d1eccdf9e8fa2c (diff) |
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 <caolanm@redhat.com>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/uiconfig/simpress/ui/layoutwindow.ui | 6 |
1 files changed, 6 insertions, 0 deletions
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> |