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

Change-Id: I44bcdf55a9b1d34e046b93e6a15f4019a925844d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/121059
Tested-by: Jenkins
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
diff --git a/svx/source/form/tbxform.cxx b/svx/source/form/tbxform.cxx
index 7f354f1..1d9d386 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)