https://bugs.documentfoundation.org/show_bug.cgi?id=161568

Heiko Tietze <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #5 from Heiko Tietze <[email protected]> ---
Could imagine something in LabelItemWindow::SetOptimalSize() like 

    Size aToolboxSize;
    vcl::Window* pToolBox = GetParent();
    for (Window* pWin = pToolBox->GetWindow(GetWindowType::FirstChild); pWin;
         pWin = pWin->GetWindow(GetWindowType::Next))
        aToolboxSize += pWin->GetSizePixel();
    pToolBox->SetOutputSizePixel(aToolboxSize);

but that's clumsy and breaks the user customization in terms of sizing the
toolbar (which does not work well for me on Linux/Qt). Any advice, Mike?

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to