make custom properties tab page some reasonable starting width
Change-Id: I50f1a552a39b2fb70e6c0c340f27834381eaa92e
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index f1e1c76..36a7774 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -2077,6 +2077,8 @@ CustomPropertiesControl::CustomPropertiesControl(vcl::Window* pParent)
, m_pVertScroll(nullptr)
, m_nThumbPos(0)
{
Size aRequest(LogicToPixel(Size(320, 141), MapUnit::MapAppFont));
set_width_request(aRequest.Width());
}
void CustomPropertiesControl::Init(VclBuilderContainer& rBuilder)