The International Simutrans Forum

Development => Patches & Projects => Incorporated Patches and Solved Bug Reports => Topic started by: Andarix on December 16, 2024, 03:39:15 PM

Title: 124.2.2 r11400 vs r11474 - toolbar width
Post by: Andarix on December 16, 2024, 03:39:15 PM
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.
Title: Re: 124.2.2 r11400 vs r11474 - toolbar width
Post by: prissi on December 17, 2024, 01:45:19 AM
Should be fixed in r11476
Title: Re: 124.2.2 r11400 vs r11474 - toolbar width
Post by: Andarix on December 17, 2024, 04:21:16 PM
r11479 works

thank you