diff options
author | Heena Gupta <heena.h.gupta@ericsson.com> | 2015-01-08 17:53:28 +0530 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-02-06 23:57:31 +0000 |
commit | 4be6e7becec9413cfd22c06376031b02486145b2 (patch) | |
tree | 6c3bd6fc38107f8ff6a1a26a8c02a40557c85563 /sfx2/uiconfig | |
parent | de896f74c805e77706cce10f4d79117af1811ee9 (diff) |
fdo#87675: Disable 'edit' when next style is same as current one.
Change-Id: Ifd149890460c44dc3eececc06a36f1b76d46929b
Reviewed-on: https://gerrit.libreoffice.org/13811
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'sfx2/uiconfig')
-rw-r--r-- | sfx2/uiconfig/ui/managestylepage.ui | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sfx2/uiconfig/ui/managestylepage.ui b/sfx2/uiconfig/ui/managestylepage.ui index 396fd3966951..0569c5fd0090 100644 --- a/sfx2/uiconfig/ui/managestylepage.ui +++ b/sfx2/uiconfig/ui/managestylepage.ui @@ -102,11 +102,7 @@ <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> + <property name="can_focus">False</property> </object> <packing> <property name="left_attach">2</property> |