mirror of
https://github.com/Flowseal/tg-ws-proxy.git
synced 2026-06-27 17:01:07 +03:00
faster scroll
This commit is contained in:
@@ -311,6 +311,10 @@ def tray_settings_scroll_and_footer(
|
|||||||
scrollbar_button_hover_color=theme.text_secondary,
|
scrollbar_button_hover_color=theme.text_secondary,
|
||||||
)
|
)
|
||||||
scroll.pack(fill="both", expand=True)
|
scroll.pack(fill="both", expand=True)
|
||||||
|
try:
|
||||||
|
scroll._parent_canvas.configure(yscrollincrement=4)
|
||||||
|
except Exception:
|
||||||
|
pass
|
||||||
return scroll, footer
|
return scroll, footer
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user