-
Is there any method to enlarge the scroll bar button? Linux - Arch |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The scrollbar should automatically expand when you hover over it unless if you changed the settings. You might also have incredibly high DPI and every UI element in Lite XL would be small for your monitor. |
Beta Was this translation helpful? Give feedback.
-
Yes, it appears when the mouse is over the button. However, before the mouse reaches the button, I need to locate it. When the button disappears, I move the mouse to that location, and then the button reappears. However, since I'm not in the right position, I adjust the mouse to the button, and during this process, the mouse moves out of the small area of the scrollbar, causing the button to disappear. |
Beta Was this translation helpful? Give feedback.
-
You can use style.scrollbar_size = common.round(4 * SCALE)
style.expanded_scrollbar_size = common.round(12 * SCALE) Edit: config.force_scrollbar_status = false |
Beta Was this translation helpful? Give feedback.
-
Thank you! I changed to the following values below. style.scrollbar_size = common.round(10 * SCALE)
style.expanded_scrollbar_size = common.round(24 * SCALE) |
Beta Was this translation helpful? Give feedback.
You can use
Edit:
There's also