Add extended tips to styles sidebar
Change-Id: I161be41fa80a1e2d841b5c1b00d6e249469f3247 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171932 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
This commit is contained in:
parent
98f7f54046
commit
e3d7473a56
1 changed files with 20 additions and 6 deletions
|
@ -131,6 +131,11 @@
|
|||
<property name="tooltip-text" translatable="yes" context="templatepanel|STR_STYLE_FILL_FORMAT_MODE">Fill Format Mode</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="icon-name">res/sc05554.png</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="watercan-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="templatepanel|extended_tip|watercan">Applies the selected style to the object or text that you select in the document. </property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -213,9 +218,6 @@
|
|||
<object class="GtkTreeViewColumn" id="treeviewcolumn0">
|
||||
<child>
|
||||
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf1"/>
|
||||
<attributes>
|
||||
<attribute name="surface">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -270,9 +272,6 @@
|
|||
<object class="GtkTreeViewColumn" id="treeviewcolumn3">
|
||||
<child>
|
||||
<object class="GtkCellRendererPixbuf" id="cellrendererpixbuf2"/>
|
||||
<attributes>
|
||||
<attribute name="surface">0</attribute>
|
||||
</attributes>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
|
@ -313,6 +312,11 @@
|
|||
<property name="receives-default">False</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="draw-indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="showpreview-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="templatepanel|extended_tip|showpreview">Display the style names as examples of their formatting. </property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -327,6 +331,11 @@
|
|||
<property name="receives-default">False</property>
|
||||
<property name="use-underline">True</property>
|
||||
<property name="draw-indicator">True</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="highlightstyles-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="templatepanel|extended_tip|highlightstyles">Displays a color and a unique number code for each applied paragraph or character style in the document. </property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
@ -345,6 +354,11 @@
|
|||
<object class="GtkComboBoxText" id="filter">
|
||||
<property name="visible">True</property>
|
||||
<property name="can-focus">False</property>
|
||||
<child internal-child="accessible">
|
||||
<object class="AtkObject" id="filter-atkobject">
|
||||
<property name="AtkObject::accessible-description" translatable="yes" context="templatepanel|extended_tip|filter">Select a filter for the list of styles.</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
<packing>
|
||||
<property name="expand">False</property>
|
||||
|
|
Loading…
Reference in a new issue