News:

Congratulations!
 You've won the News Item Lottery! Your prize? Reading this news item! :)

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 1 Guest 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