tdf#153167 ImageMap Editor dialog had no title

Change-Id: I90048520d250d086b7b0ef4af675c9e1bcff93f4
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/146039
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
This commit is contained in:
Adolfo Jayme Barrientos 2023-01-23 12:15:50 -06:00
parent 36c492bb01
commit 66291d467b

View file

@ -5,6 +5,7 @@
<object class="GtkDialog" id="ImapDialog">
<property name="can-focus">False</property>
<property name="border-width">6</property>
<property name="title" translatable="yes">ImageMap Editor</property>
<property name="default-width">0</property>
<property name="default-height">0</property>
<property name="type-hint">dialog</property>