diff options
author | Aron Budea <aron.budea@collabora.com> | 2019-01-17 19:15:12 +0100 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2019-01-17 19:15:12 +0100 |
commit | 22f4ea728e58ff6c1ac5e0caf3c147770436215a (patch) | |
tree | 5628383614a828823950ff36c526bb2aa5de51ac | |
parent | 78abe68267637013b9729a0d56b3a9b23122f8da (diff) |
[cp] build fixcp-6.0-20
Change-Id: If61e862e08bce4405b6a94c868d94d7c6a6c844a
-rw-r--r-- | sc/source/ui/pagedlg/scuitphfedit.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/ui/pagedlg/scuitphfedit.cxx b/sc/source/ui/pagedlg/scuitphfedit.cxx index 877a0ed97b19..151ee8e1cc26 100644 --- a/sc/source/ui/pagedlg/scuitphfedit.cxx +++ b/sc/source/ui/pagedlg/scuitphfedit.cxx @@ -70,7 +70,7 @@ ScHFEditPage::ScHFEditPage( vcl::Window* pParent, // tdf#114695 override natural size with a small value // we expect this to get stretched to some larger but // limited size based on surrounding widgets - m_pLbDefined->set_width_request(m_pLbDefined->approximate_digit_width() * 20); + m_pLbDefined->set_width_request(m_pLbDefined->approximate_char_width() * 20); get(m_pBtnText,"buttonBTN_TEXT"); get(m_pBtnTable,"buttonBTN_TABLE"); |