Resolves: tdf#143159 reserve space for 6 characters/digits

Change-Id: I44bcdf55a9b1d34e046b93e6a15f4019a925844d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121119
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx
index d38922a..b42709d 100644
--- a/svx/source/form/tbxform.cxx
+++ b/svx/source/form/tbxform.cxx
@@ -36,6 +36,8 @@ SvxFmAbsRecWin::SvxFmAbsRecWin(vcl::Window* pParent, SfxToolBoxControl* pControl
    : RecordItemWindow(pParent)
    , m_pController(pController)
{
    m_xWidget->set_width_chars(6);
    SetSizePixel(m_xWidget->get_preferred_size());
}

void SvxFmAbsRecWin::PositionFired(sal_Int64 nRecord)