diff options
author | Dennis Francis <dennisfrancis.in@gmail.com> | 2015-11-01 03:49:38 +0530 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-12-07 13:49:53 +0000 |
commit | 2e512174f2116d86682037459fd5ab5164e9f510 (patch) | |
tree | f28b135f29c1246a7a1f6a766de1214ab49f3bf6 /cui/uiconfig | |
parent | 1a032dcfebc2702f0612c470d6b9c3e3cf4fb637 (diff) |
tdf#34449 : ability of deleting borders of a cell from adjacent cell
Change-Id: Ieb13a9ea88faa220d1ee352b0e47268a7fda5f38
Reviewed-on: https://gerrit.libreoffice.org/19715
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
Diffstat (limited to 'cui/uiconfig')
-rw-r--r-- | cui/uiconfig/ui/borderpage.ui | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/cui/uiconfig/ui/borderpage.ui b/cui/uiconfig/ui/borderpage.ui index 4e1943ea24c8..d25dbedfd65b 100644 --- a/cui/uiconfig/ui/borderpage.ui +++ b/cui/uiconfig/ui/borderpage.ui @@ -102,6 +102,20 @@ <property name="top_attach">1</property> </packing> </child> + <child> + <object class="GtkCheckButton" id="rmadjcellborders"> + <property name="label" translatable="yes">Remove border from adjacent cells as well</property> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="receives_default">False</property> + <property name="xalign">0</property> + <property name="draw_indicator">True</property> + </object> + <packing> + <property name="left_attach">0</property> + <property name="top_attach">4</property> + </packing> + </child> </object> </child> </object> |