Horizontal scroll style setting not honored

Post Reply
qwerky
Posts: 172
Joined: 21.10.2013 00:58

Horizontal scroll style setting not honored

Post by qwerky »

In user.json, I have:

"scroll_style_horz" : 1,

which according to default.json, should cause the horizontal scroll bar to be always shown (// 1: Always show). But in fact, the horizontal scroll bar is not being shown in any tab until some line in that tab exceeds the window width, so it is acting exactly like "scroll_style_horz" : 2, (// 2: Show automatically).
main Alexey
Posts: 2404
Joined: 25.08.2021 18:15

Post by main Alexey »

confirmed, but only with "scrollbar_themed":false. sorry, for OS-scrollbar I cannnot make it OK yet.
qwerky
Posts: 172
Joined: 21.10.2013 00:58

Post by qwerky »

Understood. I'll try to find some workaround. It's not that I necessarily want the horizontal scroll bar to be there when it is not needed, it is just that I want the window size to stay the same, so that for all tabs, the number of text lines displayed is the same.
main Alexey
Posts: 2404
Joined: 25.08.2021 18:15

Post by main Alexey »

if you can compile the app, I will give the hint what src lines to change.
Post Reply