summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorrafaelhlima <rafael.palma.lima@gmail.com>2022-01-28 10:42:27 -0300
committerRafael Lima <rafael.palma.lima@gmail.com>2022-02-04 19:03:23 +0100
commitc7923851d10e2dda9deb414dee67c4813d93bc87 (patch)
tree7d37c2a4a0ef01e56e9a949a898f583fa7bd4bdc /svx
parent9f0d27c973323f522a4ca2bce557e1c095d32f77 (diff)
tdf#146893 Remove extra buttons from Manage Changes sidebar
After commit 2e1a38ceb6866248ec30f6fe58cd3adc1b910eec that moved the command buttons in the Manage Changes dialog to the List tab, the Manage Changes sidebar started showing the buttons twice. This patch remove the duplicated buttons from the sidebar. Change-Id: I767e88ba9ca7595913b6ddc57d152febd595f504 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129103 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'svx')
-rw-r--r--svx/source/dialog/ctredlin.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/dialog/ctredlin.cxx b/svx/source/dialog/ctredlin.cxx
index dc9d84801c2b..8daf9fefaab4 100644
--- a/svx/source/dialog/ctredlin.cxx
+++ b/svx/source/dialog/ctredlin.cxx
@@ -364,7 +364,6 @@ void SvxRedlinTable::SetWriterView()
o3tl::narrowing<int>(nDigitWidth * 20)
};
pTreeView->set_column_fixed_widths(aWidths);
- pTreeView->set_size_request(400, -1);
}
void SvxRedlinTable::SetCalcView()
@@ -384,7 +383,6 @@ void SvxRedlinTable::SetCalcView()
o3tl::narrowing<int>(nDigitWidth * 20)
};
pTreeView->set_column_fixed_widths(aWidths);
- pTreeView->set_size_request(400, -1);
}
void SvxTPView::EnableAccept(bool bFlag)