diff options
Diffstat (limited to 'sd/uiconfig/simpress/ui/dockinganimation.ui')
-rw-r--r-- | sd/uiconfig/simpress/ui/dockinganimation.ui | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/ui/dockinganimation.ui b/sd/uiconfig/simpress/ui/dockinganimation.ui index a1ed27a2ee7c..cd082b93378b 100644 --- a/sd/uiconfig/simpress/ui/dockinganimation.ui +++ b/sd/uiconfig/simpress/ui/dockinganimation.ui @@ -179,6 +179,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|first|tooltip_text">First Image</property> <property name="image">image5</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="dockinganimation|extended_tip|first">Jumps to the first image in the animation sequence.</property> @@ -197,6 +198,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|prev|tooltip_text">Backwards</property> <property name="image">image6</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="dockinganimation|extended_tip|prev">Plays the animation backwards.</property> @@ -215,6 +217,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|stop|tooltip_text">Stop</property> <property name="image">image7</property> + <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="stop-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|stop">Stops playing the animation.</property> @@ -233,6 +236,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|next|tooltip_text">Play</property> <property name="image">image8</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="dockinganimation|extended_tip|next">Plays the animation.</property> @@ -251,6 +255,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|last|tooltip_text">Last Image</property> <property name="image">image9</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="dockinganimation|extended_tip|last">Jumps to the last image in the animation sequence.</property> @@ -443,6 +448,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|getone|tooltip_text">Apply Object</property> <property name="image">image1</property> + <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="getone-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|getone">Adds selected object(s) as a single image.</property> @@ -461,6 +467,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|getall|tooltip_text">Apply Objects Individually</property> <property name="image">image2</property> + <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="getall-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|getall">Adds an image for each selected object.</property> @@ -531,6 +538,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|delone|tooltip_text">Delete Current Image</property> <property name="image">image3</property> + <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="delone-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|delone">Deletes current image from the animation sequence.</property> @@ -549,6 +557,7 @@ <property name="receives_default">True</property> <property name="tooltip_text" translatable="yes" context="dockinganimation|delall|tooltip_text">Delete All Images</property> <property name="image">image4</property> + <property name="always-show-image">True</property> <child internal-child="accessible"> <object class="AtkObject" id="delall-atkobject"> <property name="AtkObject::accessible-description" translatable="yes" context="dockinganimation|extended_tip|delall">Deletes all of the images in the animation.</property> |