diff options
author | Seth Chaiklin <sdc.blanco@youmail.dk> | 2020-12-28 21:56:31 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2021-01-13 20:52:48 +0100 |
commit | 16de504efde4d747383f2bf33c8d2b082a06e3c1 (patch) | |
tree | 71f70518f466802c93aeae5343e2d61976e4d2df /sfx2 | |
parent | efb6e29359a14888fa9ba1c77c5f34a1e37333cd (diff) |
tdf#139017 add label for styles list in New Style from Selection dialog
Change-Id: I0937be29ba29068b82b0f5ddceb6ba7e320e00dc
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108336
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/newstyle.ui | 29 |
1 files changed, 25 insertions, 4 deletions
diff --git a/sfx2/uiconfig/ui/newstyle.ui b/sfx2/uiconfig/ui/newstyle.ui index 332f3f567f0c..8f9373136996 100644 --- a/sfx2/uiconfig/ui/newstyle.ui +++ b/sfx2/uiconfig/ui/newstyle.ui @@ -135,23 +135,28 @@ </child> </object> </child> + <child internal-child="accessible"> + <object class="AtkObject" id="styles-atkobject"> + <property name="AtkObject::accessible-name" translatable="yes" context="newstyle|styles-atkobject">Custom styles for selected category</property> + </object> + </child> </object> </child> </object> <packing> <property name="left_attach">0</property> - <property name="top_attach">1</property> + <property name="top_attach">2</property> </packing> </child> <child> <object class="GtkEntry" id="stylename"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="activates_default">True</property> <property name="hexpand">True</property> + <property name="activates_default">True</property> <child internal-child="accessible"> <object class="AtkObject" id="stylename-atkobject"> - <property name="AtkObject::accessible-name" translatable="yes" context="newstyle|stylename-atkobject">Style Name</property> + <property name="AtkObject::accessible-name" translatable="yes" context="newstyle|stylename-atkobject">Style name</property> </object> </child> </object> @@ -160,13 +165,29 @@ <property name="top_attach">0</property> </packing> </child> + <child> + <object class="GtkLabel" id="categorylabel"> + <property name="visible">True</property> + <property name="can_focus">False</property> + <property name="mnemonic-widget">styles</property> + <property name="xalign">0</property> + <property name="label" translatable="yes" context="newstyle|categorylabel">Custom styles for current document</property> + <attributes> + <attribute name="weight" value="bold"/> + </attributes> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">1</property> + </packing> + </child> </object> </child> <child type="label"> <object class="GtkLabel" id="label1"> <property name="visible">True</property> <property name="can_focus">False</property> - <property name="label" translatable="yes" context="newstyle|label1">Enter New Style Name:</property> + <property name="label" translatable="yes" context="newstyle|label1">Enter new style name:</property> <attributes> <attribute name="weight" value="bold"/> </attributes> |