Open ghost opened 6 years ago
Why you don't customize it in userChrome.css?
Why you don't customize it in userChrome.css?
This looks like solution from Mozilla when it comes to FireFox... you can still use userChrome.css...
I prefer small bar with tooltip with setting dialogue somewhere in preferences.
Side question: Is there a guide on how to identify the ID of the UI element which i want to customized via userChrome.css ?
This slider inherits the system style, so if somebody does not like it, could change it itself.
Side question: Is there a guide on how to identify the ID of the UI element which i want to customized via userChrome.css ?
See here!
@cranes-bill Why you don't customize it in userChrome.css?
At least its width located here: sbi_zoomwidget.cpp, and have static value. (see line 29)
Well, so you know how to change it yourself :stuck_out_tongue_winking_eye:
@cranes-bill Yep, increase size - not a problem. However i can use it only on my build system, which is only one from many =) And i cant understand how to put zoom info to panel %)
Btw, exesting tooltip have no sence due to it's appearing only on hover but not when slider active, also while using hotkeys (Ctrl+[+|-]) zoom amount not visible.
I'd like to see the zoom slider in locationbar instead of statusbar as it just wastes space.
@nowrep Alternatively... But when using statusbar there is a lot of space for its displaying, and have no reason to waste space on locationbar.
I think the better way to make this option configurable:
What about to increase width of zoom bar and add inline tip?