https://bugs.freedesktop.org/show_bug.cgi?id=66876

Jan Holesovsky <ke...@collabora.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Whiteboard|                            |EasyHack DifficultyBeginner
                   |                            |SkillCpp TopicUI

--- Comment #2 from Jan Holesovsky <ke...@collabora.com> ---
The sidebar uses the widget layout technique, so I wouldn't be that
pessimistic; I guess worth trying as an Easy Hack, and then let's see.

* the setting if the current symbols are large can be obtained via:

  SvtMiscOptions().AreCurrentSymbolsLarge()

* the sidebar toolbars that are created via .ui files are created in
  vcl/source/window/builder.cxx, search for GtkToolbar

* with that in mind, calling SetToolboxButtonSize() on the newly created
ToolBox
  in builder.cxx should hopefully do it :-)

That should be enough for testing; if it proves to be a good change, then it of
course needs testing whether it changes the size when the user changes the
settings (I suspect not, but maybe I am wrong), etc.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to