Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Saznaj više

Adjust tab bar scroll speed

  • 2 odgovora
  • 0 ima ovaj problem
  • 4 prikaza
  • Posljednji odgovor od noel_envode

more options

I just built a fresh profile. In about;config, to widen the tabs, I changed browser.tabs.tabMinWidth to 175

With that change, the tabs wheel scrolls too fast, too much tab scroll horizontal movement with each wheel rotation click. It was working fine in my older profile.

I believe it is also about;config setting. I thought I had it written down, but I can't find it.

I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl.

To test, I replaced the prefs.js file with one from an older profile where it was working the way I wanted, and while it messed up some things on my toolbar, the tab bar scrolling and page scrolling were the changes i was looking for. I tried searching thru prefs.js, but I didn't recognize the setting I was looking for.

I just built a fresh profile. In about;config, to widen the tabs, I changed browser.tabs.tabMinWidth to 175 With that change, the tabs wheel scrolls too fast, too much tab scroll horizontal movement with each wheel rotation click. It was working fine in my older profile. I believe it is also about;config setting. I thought I had it written down, but I can't find it. I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl. To test, I replaced the prefs.js file with one from an older profile where it was working the way I wanted, and while it messed up some things on my toolbar, the tab bar scrolling and page scrolling were the changes i was looking for. I tried searching thru prefs.js, but I didn't recognize the setting I was looking for.

Izmjenjeno od noel_envode

Svi odgovori (2)

more options

noel_envode said

I tried changing "mousewheel.default.delta_multiplier_y" from 100 to 20, and while it helped with the tab bar, it also slowed the the vertical page scroll speed to a crawl.

Increase mousewheel.min_line_scroll_amount to adjust the page scroll speed independently of the tab bar.

more options

Thanks. Didn't realize I had to add both settings.