diff options
Diffstat (limited to 'sc/source/ui/pagedlg/scuitphfedit.cxx')
-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"); |