Page 1 of 1

Horizontal scroll style setting not honored

Posted: 24.02.2023 22:40
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).

Posted: 25.02.2023 07:08
by main Alexey
confirmed, but only with "scrollbar_themed":false. sorry, for OS-scrollbar I cannnot make it OK yet.

Posted: 25.02.2023 18:03
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.

Posted: 25.02.2023 18:10
by main Alexey
if you can compile the app, I will give the hint what src lines to change.