Kaydet (Commit) a0a5eed6 authored tarafından Ivan Timofeev's avatar Ivan Timofeev Kaydeden (comit) Caolán McNamara

VclContainer: use transparent background

see http://lists.freedesktop.org/archives/libreoffice/2012-November/040587.html,
screenshot at [3].

Change-Id: Iaf72b3734564301244365773f05c6df01a6dea62
Reviewed-on: https://gerrit.libreoffice.org/1143Reviewed-by: 's avatarCaolán McNamara <caolanm@redhat.com>
Tested-by: 's avatarCaolán McNamara <caolanm@redhat.com>
üst cf5603c4
......@@ -16,6 +16,7 @@ VclContainer::VclContainer(Window *pParent)
, m_bLayoutDirty(true)
{
ImplInit(pParent, WB_HIDE, NULL);
SetBackground();
}
Size VclContainer::GetOptimalSize(WindowSizeType eType) const
......
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