Kaydet (Commit) 50724769 authored tarafından Caolán McNamara's avatar Caolán McNamara

make custom properties tab page some reasonable starting width

Change-Id: I50f1a552a39b2fb70e6c0c340f27834381eaa92e
üst 9806359e
...@@ -2077,6 +2077,8 @@ CustomPropertiesControl::CustomPropertiesControl(vcl::Window* pParent) ...@@ -2077,6 +2077,8 @@ CustomPropertiesControl::CustomPropertiesControl(vcl::Window* pParent)
, m_pVertScroll(nullptr) , m_pVertScroll(nullptr)
, m_nThumbPos(0) , m_nThumbPos(0)
{ {
Size aRequest(LogicToPixel(Size(320, 141), MapUnit::MapAppFont));
set_width_request(aRequest.Width());
} }
void CustomPropertiesControl::Init(VclBuilderContainer& rBuilder) void CustomPropertiesControl::Init(VclBuilderContainer& rBuilder)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment