Alexey-T / CudaText

Cross-platform text editor, written in Free Pascal
Mozilla Public License 2.0
2.4k stars 167 forks source link

Scrollbars too prominent #5444

Closed stewcam closed 3 months ago

stewcam commented 3 months ago

To my eye the appearance of the scrollbars is too prominent. In SublimeText the scrollbar width is 6 pixels whereas in CudaText it is 18 pixels. Also in SublimeText there are no scrollbar arrows, which I prefer as I would always move position by dragging the scrolling area rather than clicking on the arrows. The third factor that makes the scrollbars too prominent is redundant scrollbars in the side panel - but I see this has already been raised in closed issue #5107.

Alexey-T commented 3 months ago

Also in SublimeText there are no scrollbar arrows,

This can be solved! using this option: "scrollbar_arrows": "3,3",

Alexey-T commented 3 months ago

Scrollbar width -> this cannot be adjusted, sorry. On my PC scrollbar width equals to mouse cursor width, which is totally ok. 6px will be 3 times smaller.

Alexey-T commented 3 months ago

Option will be added in the next version

how it looks with value 10

Screenshot from 2024-03-26 10-19-05

stewcam commented 3 months ago

Thanks very much for your prompt review 👌