summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2019-02-12 09:55:25 +0000
committerCaolán McNamara <caolanm@redhat.com>2019-02-12 12:48:10 +0100
commita8f21e120b1073d7019d41e85cc9a15104ed5c93 (patch)
treec550831e03d3db20fdcccce8e1235fe6c73b1fd6 /cui/source/options/certpath.cxx
parentde0651551b13e58e4a37794e1da6649629be3fc0 (diff)
merge together as get_checkbox_column_width
Change-Id: I183d2d94ab60c128b136674ef40eeb30057b281c Reviewed-on: https://gerrit.libreoffice.org/67714 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'cui/source/options/certpath.cxx')
-rw-r--r--cui/source/options/certpath.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/certpath.cxx b/cui/source/options/certpath.cxx
index 4a83dad29b94..37eeadc07641 100644
--- a/cui/source/options/certpath.cxx
+++ b/cui/source/options/certpath.cxx
@@ -38,7 +38,7 @@ CertPathDialog::CertPathDialog(weld::Window* pParent)
m_xCertPathList->get_height_rows(6));
std::vector<int> aWidths;
- aWidths.push_back(m_xCertPathList->get_approximate_digit_width() * 3 + 6);
+ aWidths.push_back(m_xCertPathList->get_checkbox_column_width());
aWidths.push_back(m_xCertPathList->get_approximate_digit_width() * 20);
m_xCertPathList->set_column_fixed_widths(aWidths);