diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-07 12:31:44 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-07 16:43:22 +0100 |
commit | c854c4e89b0842d1c138c91f697a9ac894c2becc (patch) | |
tree | 645b81d56c5263eb649ab894e204f532c9e13e19 /sw/uiconfig | |
parent | 416eef52da04708c727b8824e96ee1398fcf8e92 (diff) |
Resolves: tdf#129850 crash inserting table
Change-Id: Ib35363320d7edb67daaadf15d1e0b8584909d84a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86346
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/uiconfig')
-rw-r--r-- | sw/uiconfig/swriter/ui/sidebartableedit.ui | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sw/uiconfig/swriter/ui/sidebartableedit.ui b/sw/uiconfig/swriter/ui/sidebartableedit.ui index 264835350a1d..e6cd182a471c 100644 --- a/sw/uiconfig/swriter/ui/sidebartableedit.ui +++ b/sw/uiconfig/swriter/ui/sidebartableedit.ui @@ -492,14 +492,14 @@ <property name="show_arrow">False</property> <property name="icon_size">2</property> <child> - <object class="GtkToolButton" id=".uno:TableCellBackgroundColor"> + <object class="GtkMenuToolButton" id=".uno:TableCellBackgroundColor"> <property name="visible">True</property> <property name="can_focus">False</property> <property name="use_underline">True</property> </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> <child> @@ -510,7 +510,7 @@ </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> <child> @@ -521,7 +521,7 @@ </object> <packing> <property name="expand">False</property> - <property name="homogeneous">True</property> + <property name="homogeneous">False</property> </packing> </child> </object> |