Kaydet (Commit) e6ea3fad authored tarafından Jan Holesovsky's avatar Jan Holesovsky

styles dropdown: Show only the triangle for the dropdown.

The entire button appears on mouse over.

Change-Id: I27e713f75a30ec4a2b271d813fcbcbe8c91a4180
üst 8cd60590
......@@ -711,7 +711,7 @@ void SvxStyleBox_Impl::UserDraw( const UserDrawEvent& rUDEvt )
{
if(m_pButtons[nId] == NULL)
{
m_pButtons[nId] = new MenuButton((Window*)pDevice);
m_pButtons[nId] = new MenuButton((Window*)pDevice, WB_FLATBUTTON);
m_pButtons[nId]->SetSizePixel(Size(20, aRect.GetSize().Height()));
m_pButtons[nId]->SetPopupMenu(&m_aMenu);
}
......
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