News:

The Forum Rules and Guidelines
Our forum has Rules and Guidelines. Please, be kind and read them ;).

124.2.2 r11400 vs r11474 - toolbar width

Started by Andarix, December 16, 2024, 03:39:15 PM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

Andarix

theme file
# maximum size of tool bars in tools (0 = no limit)
# if more tools than allowed by height,
# next and prev arrows for scrolling appears
toolbar_max_width = 20
toolbar_max_height = 0

Previously, the toolbars were always wrapped at the defined width.

In the current developer versions, wrapping only occurs when the window is narrow. It does not wrap after the specified 20 buttons, but after 19 buttons.

I found the previous behavior with the fixed break more pleasant.

prissi