diff options
author | Heena Gupta <heena.h.gupta@ericsson.com> | 2014-12-24 15:55:37 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-06 23:57:13 +0000 |
commit | de896f74c805e77706cce10f4d79117af1811ee9 (patch) | |
tree | 3bb85924cc3d578a756f9fd0407dda4bbc28f3a9 /sfx2/uiconfig | |
parent | e32eff2bb4c12fdc33e476b9f12bb4bb71d22ebc (diff) |
fdo#87675-"Edit" Button for next style in edit paragraph style
Change-Id: I1a4888b869df7f242244bed2fef36996450eec23
Reviewed-on: https://gerrit.libreoffice.org/13639
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/managestylepage.ui | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui index 99815f2d00c0..396fd3966951 100644 --- a/sfx2/uiconfig/ui/managestylepage.ui +++ b/sfx2/uiconfig/ui/managestylepage.ui @@ -99,6 +99,21 @@ </packing> </child> <child> + <object class="GtkButton" id="editstyle"> + <property name="label" translatable="yes">Edit Style</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="can_default">True</property> + <property name="has_default">True</property> + <property name="receives_default">True</property> + <property name="use_underline">True</property> + </object> + <packing> + <property name="left_attach">2</property> + <property name="top_attach">2</property> + </packing> + </child> + <child> <object class="GtkComboBoxText" id="linkedwith"> <property name="visible">True</property> <property name="can_focus">False</property> |