summaryrefslogtreecommitdiff
path: root/sw/uiconfig
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2021-11-14 16:23:34 +0000
committerCaolán McNamara <caolanm@redhat.com>2021-11-15 11:20:49 +0100
commitfcf0d983801603250aa7ce4539951c6b049ad079 (patch)
treee1c7ec93cd507af0eac563d71d4772e977d577e3 /sw/uiconfig
parent093eb46aea59c2359d122bc8d2c2a7411e9b8a23 (diff)
add a rule to enforce always-show-image of True if an image is used
If not set, then gtk3 will show the image if there is no text, but only the text if there's an image. For simplicity sake just enforce it as true if an image is referenced. Change-Id: Id4bb9140ba83e7e07e0d8ec5e3c29aece49b9087 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125200 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r--sw/uiconfig/swriter/ui/addressblockdialog.ui6
-rw-r--r--sw/uiconfig/swriter/ui/assignstylesdialog.ui2
-rw-r--r--sw/uiconfig/swriter/ui/columnpage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui2
-rw-r--r--sw/uiconfig/swriter/ui/editfielddialog.ui2
-rw-r--r--sw/uiconfig/swriter/ui/fldvarpage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/indexentry.ui6
-rw-r--r--sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui5
-rw-r--r--sw/uiconfig/swriter/ui/insertfootnote.ui2
-rw-r--r--sw/uiconfig/swriter/ui/insertscript.ui2
-rw-r--r--sw/uiconfig/swriter/ui/mmaddressblockpage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/mmsalutationpage.ui2
-rw-r--r--sw/uiconfig/swriter/ui/notebookbar_groups.ui14
-rw-r--r--sw/uiconfig/swriter/ui/tocstylespage.ui1
-rw-r--r--sw/uiconfig/swriter/ui/tokenwidget.ui2
15 files changed, 52 insertions, 0 deletions
diff --git a/sw/uiconfig/swriter/ui/addressblockdialog.ui b/sw/uiconfig/swriter/ui/addressblockdialog.ui
index 925b622b57d0..43232071d8c6 100644
--- a/sw/uiconfig/swriter/ui/addressblockdialog.ui
+++ b/sw/uiconfig/swriter/ui/addressblockdialog.ui
@@ -212,6 +212,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="addressblockdialog|up|tooltip_text">Move up</property>
<property name="image">image3</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="up-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|up">Select an item in the list and click an arrow button to move the item.</property>
@@ -230,6 +231,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="addressblockdialog|left|tooltip_text">Move left</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="left-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|left">Select an item in the list and click an arrow button to move the item.</property>
@@ -248,6 +250,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="addressblockdialog|right|tooltip_text">Move right</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="right-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|right">Select an item in the list and click an arrow button to move the item.</property>
@@ -266,6 +269,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="addressblockdialog|down|tooltip_text">Move down</property>
<property name="image">image4</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="down-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|down">Select an item in the list and click an arrow button to move the item.</property>
@@ -431,6 +435,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="addressblockdialog|fromaddr|tooltip_text">Remove from address</property>
<property name="image">image6</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="fromaddr-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|fromaddr">Removes the selected field from the other list.</property>
@@ -448,6 +453,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image5</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="toaddr-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="addressblockdialog|extended_tip|toaddr">Adds the selected field from the list of salutation elements to the other list. You can add a field more than once.</property>
diff --git a/sw/uiconfig/swriter/ui/assignstylesdialog.ui b/sw/uiconfig/swriter/ui/assignstylesdialog.ui
index 83d150e5bd09..11720dddeb31 100644
--- a/sw/uiconfig/swriter/ui/assignstylesdialog.ui
+++ b/sw/uiconfig/swriter/ui/assignstylesdialog.ui
@@ -196,6 +196,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="assignstylesdialog|left|tooltip_text">Promote level</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="left-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="assignstylesdialog|left-atkobject">Left</property>
@@ -216,6 +217,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="assignstylesdialog|right|tooltip_text">Demote level</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="right-atkobject">
<property name="AtkObject::accessible-name" translatable="yes" context="assignstylesdialog|right-atkobject">Right</property>
diff --git a/sw/uiconfig/swriter/ui/columnpage.ui b/sw/uiconfig/swriter/ui/columnpage.ui
index d438df69b7f5..c3e2130b9f67 100644
--- a/sw/uiconfig/swriter/ui/columnpage.ui
+++ b/sw/uiconfig/swriter/ui/columnpage.ui
@@ -344,6 +344,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image7</property>
+ <property name="always-show-image">True</property>
<accessibility>
<relation type="labelled-by" target="columnft"/>
</accessibility>
@@ -364,6 +365,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image8</property>
+ <property name="always-show-image">True</property>
<accessibility>
<relation type="labelled-by" target="columnft"/>
</accessibility>
diff --git a/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui b/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui
index 689b5fa5a917..db3f77458875 100644
--- a/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui
+++ b/sw/uiconfig/swriter/ui/customizeaddrlistdialog.ui
@@ -254,6 +254,7 @@
<property name="receives_default">True</property>
<property name="valign">center</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -266,6 +267,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="left_attach">0</property>
diff --git a/sw/uiconfig/swriter/ui/editfielddialog.ui b/sw/uiconfig/swriter/ui/editfielddialog.ui
index 86b69a471f9c..4a566b995b44 100644
--- a/sw/uiconfig/swriter/ui/editfielddialog.ui
+++ b/sw/uiconfig/swriter/ui/editfielddialog.ui
@@ -99,6 +99,7 @@
<property name="margin-start">8</property>
<property name="image">image3</property>
<property name="image_position">right</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="prev-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="editfielddialog|extended_tip|prev">Edit field contents.</property>
@@ -118,6 +119,7 @@
<property name="tooltip_text" translatable="yes" context="editfielddialog|next_tip">Next field of same type</property>
<property name="valign">center</property>
<property name="image">image4</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="next-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="editfielddialog|extended_tip|next">Edit field contents.</property>
diff --git a/sw/uiconfig/swriter/ui/fldvarpage.ui b/sw/uiconfig/swriter/ui/fldvarpage.ui
index 65736e429f2b..8940af9a92ef 100644
--- a/sw/uiconfig/swriter/ui/fldvarpage.ui
+++ b/sw/uiconfig/swriter/ui/fldvarpage.ui
@@ -584,6 +584,7 @@
<property name="tooltip_text" translatable="yes" context="fldvarpage|apply|tooltip_text">Apply</property>
<property name="valign">center</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="apply-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="fldvarpage|extended_tip|apply">Adds the user-defined field to the Select list.</property>
@@ -603,6 +604,7 @@
<property name="tooltip_text" translatable="yes" context="fldvarpage|delete|tooltip_text">Delete</property>
<property name="valign">center</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="delete-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="fldvarpage|extended_tip|delete">Removes the user-defined field from the select list. You can only remove fields that are not used in the current document.</property>
diff --git a/sw/uiconfig/swriter/ui/indexentry.ui b/sw/uiconfig/swriter/ui/indexentry.ui
index 284f40555644..6d4db8eb252b 100644
--- a/sw/uiconfig/swriter/ui/indexentry.ui
+++ b/sw/uiconfig/swriter/ui/indexentry.ui
@@ -195,6 +195,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="indexentry|new|tooltip_text">New User-defined Index</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<accessibility>
<relation type="member-of" target="label1"/>
</accessibility>
@@ -411,6 +412,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="indexentry|sync|tooltip_text">Update entry from selection</property>
<property name="image">image6</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="left_attach">2</property>
@@ -533,6 +535,7 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="previous-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|previous">Jumps to the previous index entry of the same type in the document.</property>
@@ -552,6 +555,7 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">image3</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="next-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|next">Jumps to the next index entry of the same type in the document.</property>
@@ -571,6 +575,7 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">image4</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="first-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|first">Jumps to the first index entry of the same type in the document.</property>
@@ -590,6 +595,7 @@
<property name="halign">center</property>
<property name="valign">center</property>
<property name="image">image5</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="last-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="indexentry|extended_tip|last">Jumps to the last index entry of the same type in the document.</property>
diff --git a/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui b/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
index f5d273178aac..140b833bfc0d 100644
--- a/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
+++ b/sw/uiconfig/swriter/ui/insertdbcolumnsdialog.ui
@@ -289,6 +289,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="allright-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|allright">Moves all listed database fields into the Table column(s) list box.</property>
@@ -307,6 +308,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="oneright-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|oneright">Moves the selected database field into the Table column(s) list box.</property>
@@ -325,6 +327,7 @@
<property name="receives_default">True</property>
<property name="no_show_all">True</property>
<property name="image">image5</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="toedit-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|toedit">Moves the fields that you selected in the Database columns list box into the selection field.</property>
@@ -343,6 +346,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image3</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="oneleft-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|oneleft">Removes the selected database field from the Table column(s) list box</property>
@@ -362,6 +366,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image4</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="allleft-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertdbcolumnsdialog|extended_tip|allleft">Removes all database fields from the Table column(s) list box.</property>
diff --git a/sw/uiconfig/swriter/ui/insertfootnote.ui b/sw/uiconfig/swriter/ui/insertfootnote.ui
index 7a561a5bbfd9..bce297086093 100644
--- a/sw/uiconfig/swriter/ui/insertfootnote.ui
+++ b/sw/uiconfig/swriter/ui/insertfootnote.ui
@@ -42,6 +42,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="insertfootnote|prev">Previous footnote/endnote</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="prev-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertfootnote|extended_tip|prev">Moves to the previous footnote or endnote anchor in the document.</property>
@@ -59,6 +60,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="insertfootnote|next">Next footnote/endnote</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="next-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertfootnote|extended_tip|next">Moves to the next footnote or endnote anchor in the document.</property>
diff --git a/sw/uiconfig/swriter/ui/insertscript.ui b/sw/uiconfig/swriter/ui/insertscript.ui
index 5efa35a66d20..76a0966b3f14 100644
--- a/sw/uiconfig/swriter/ui/insertscript.ui
+++ b/sw/uiconfig/swriter/ui/insertscript.ui
@@ -43,6 +43,7 @@
<property name="receives_default">True</property>
<property name="image">image1</property>
<property name="image_position">right</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="previous-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertscript|extended_tip|previous">Jump to Previous Script.</property>
@@ -60,6 +61,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="next-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="insertscript|extended_tip|next">Jump to Next Script.</property>
diff --git a/sw/uiconfig/swriter/ui/mmaddressblockpage.ui b/sw/uiconfig/swriter/ui/mmaddressblockpage.ui
index 5c65a07f5dcc..7c92db4776b0 100644
--- a/sw/uiconfig/swriter/ui/mmaddressblockpage.ui
+++ b/sw/uiconfig/swriter/ui/mmaddressblockpage.ui
@@ -438,6 +438,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="mmaddressblockpage|prev|tooltip_text">Preview Previous Address Block</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="prev-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="mmaddressblockpage|extended_tip|prev">Use the browse buttons to preview the information from the previous or next data record.</property>
@@ -456,6 +457,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="mmaddressblockpage|next|tooltip_text">Preview Next Address Block</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="next-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="mmaddressblockpage|extended_tip|next">Use the browse buttons to preview the information from the previous or next data record.</property>
diff --git a/sw/uiconfig/swriter/ui/mmsalutationpage.ui b/sw/uiconfig/swriter/ui/mmsalutationpage.ui
index 29758ce7393f..9d1a43182762 100644
--- a/sw/uiconfig/swriter/ui/mmsalutationpage.ui
+++ b/sw/uiconfig/swriter/ui/mmsalutationpage.ui
@@ -137,6 +137,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="mmsalutationpage|prev|tooltip_text">Preview Previous Address Block</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="prev-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="mmsalutationpage|extended_tip|prev">Use the browse buttons to preview the information from the previous or next data record.</property>
@@ -155,6 +156,7 @@
<property name="receives_default">True</property>
<property name="tooltip_text" translatable="yes" context="mmsalutationpage|next|tooltip_text">Preview Next Address Block</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="next-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="mmsalutationpage|extended_tip|next">Use the browse buttons to preview the information from the previous or next data record.</property>
diff --git a/sw/uiconfig/swriter/ui/notebookbar_groups.ui b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
index c6ca21fe62a0..0cfd5cfd3e1f 100644
--- a/sw/uiconfig/swriter/ui/notebookbar_groups.ui
+++ b/sw/uiconfig/swriter/ui/notebookbar_groups.ui
@@ -1155,6 +1155,7 @@
<property name="image">lefti</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1173,6 +1174,7 @@
<property name="image">centeri</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1191,6 +1193,7 @@
<property name="image">righti</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1222,6 +1225,7 @@
<property name="image">boldi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1240,6 +1244,7 @@
<property name="image">italicsi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1378,6 +1383,7 @@
<property name="image">bulletsi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1397,6 +1403,7 @@
<property name="image">numberingi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1760,6 +1767,7 @@
<property name="image">tablestylei</property>
<property name="relief">none</property>
<property name="image_position">top</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1783,6 +1791,7 @@
<property name="image">tablerowsi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -1802,6 +1811,7 @@
<property name="image">tablecolumnsi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -2040,6 +2050,7 @@
<property name="image">paragraphstylei</property>
<property name="relief">none</property>
<property name="image_position">top</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -2084,6 +2095,7 @@
<property name="image">reseti</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -2131,6 +2143,7 @@
<property name="image">wrapi</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -2149,6 +2162,7 @@
<property name="image">locki</property>
<property name="relief">none</property>
<property name="xalign">0</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
diff --git a/sw/uiconfig/swriter/ui/tocstylespage.ui b/sw/uiconfig/swriter/ui/tocstylespage.ui
index 269bf26fd9d9..3f08bdc2f1b1 100644
--- a/sw/uiconfig/swriter/ui/tocstylespage.ui
+++ b/sw/uiconfig/swriter/ui/tocstylespage.ui
@@ -214,6 +214,7 @@
<property name="halign">center</property>
<property name="valign">start</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
<child internal-child="accessible">
<object class="AtkObject" id="assign-atkobject">
<property name="AtkObject::accessible-description" translatable="yes" context="tocstylespage|extended_tip|assign">Formats the selected index level with the selected paragraph style.</property>
diff --git a/sw/uiconfig/swriter/ui/tokenwidget.ui b/sw/uiconfig/swriter/ui/tokenwidget.ui
index df1cc5cf1ff5..cbf7bf62be6e 100644
--- a/sw/uiconfig/swriter/ui/tokenwidget.ui
+++ b/sw/uiconfig/swriter/ui/tokenwidget.ui
@@ -23,6 +23,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image1</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>
@@ -108,6 +109,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="image">image2</property>
+ <property name="always-show-image">True</property>
</object>
<packing>
<property name="expand">False</property>