summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-05 12:02:00 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-05 15:15:51 +0100
commit95b283da72eb0cbf85d379bced053e1890d7fabe (patch)
treee3cc507bd98e62ddafb251b31e2b2beb7c7dd4d3
parent137e3c89de08d42c97c5675cf3c98011398bccf3 (diff)
prepopulate numberingwindow.ui with a placeholder image
Change-Id: Ic30ab5a8400fffbe62ce368279066e706a59d0e4 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124747 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
-rw-r--r--svx/uiconfig/ui/numberingwindow.ui6
1 files changed, 6 insertions, 0 deletions
diff --git a/svx/uiconfig/ui/numberingwindow.ui b/svx/uiconfig/ui/numberingwindow.ui
index 0c9b72b5a98c..26adebf57c92 100644
--- a/svx/uiconfig/ui/numberingwindow.ui
+++ b/svx/uiconfig/ui/numberingwindow.ui
@@ -2,6 +2,11 @@
<!-- Generated with glade 3.38.2 -->
<interface domain="svx">
<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">cmd/sc_outlinebullet.png</property>
+ </object>
<object class="GtkPopover" id="NumberingWindow">
<property name="can-focus">False</property>
<property name="no-show-all">True</property>
@@ -48,6 +53,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="receives-default">True</property>
+ <property name="image">image1</property>
<property name="use-underline">True</property>
<property name="always-show-image">True</property>
</object>