Page 1 of 1
Zoom buttons size
Posted: Thu Dec 26, 2019 3:55 pm
by boowoo
Hello,
I have a small request about zoom buttons +/-
Most of time i use them for changing map resolution with long press.
Currently it's possible to set offset position of zoom buttons but i would appreciate also to adjust their size : they are very useful but really too big for me.
Is it possible to get a user setting for this ?
Thank you very much,
Sam
Re: Zoom buttons size
Posted: Wed Jan 08, 2020 8:47 am
by boowoo
Hello,
I don't want to abuse but now with all precious functions of the zoom buttons + - , it should be good to get the buttons a bit more customizable (size, transparency, color, side of the screen).
Thanks for all,
Sam
Re: Zoom buttons size
Posted: Thu Jan 09, 2020 9:08 pm
by Psyberia-Support
I've added 2 new user settings for the next update to control size and opacity of the zoom buttons:
Code: Select all
map.buttons.size_dp=48
map.buttons.alpha=1.0
For the side, there is a plan to add a setting to invert the UI horizontally, but I don't know when it will be available.
For the color, right now it's a regular image so it's too difficult to change.
Re: Zoom buttons size
Posted: Thu Jan 09, 2020 9:49 pm
by boowoo
Thank you very much. Great !
Re: Zoom buttons size
Posted: Wed Jan 15, 2020 9:40 am
by alexlong
Psyberia-Support wrote: Thu Jan 09, 2020 9:08 pm
I've added 2 new user settings for the next update to control size and opacity of the zoom buttons:
Code: Select all
map.buttons.size_dp=48
map.buttons.alpha=1.0
Hi!
Could you give more details about the parameters?
map.buttons.size_dp=48 → 48, 57, 33 ???
map.buttons.alpha=1.0 → 0.5, 1.0, 2.0, 1.5 ???
Thanks
Upd.
map.buttons.size_dp= → is clear
map.buttons.alpha= → [0.1-1.0], right?
Re: Zoom buttons size
Posted: Wed Jan 15, 2020 9:45 am
by alexlong
And what about the slider button? It would be logical to change the parameters of this button as well.
Re: Zoom buttons size
Posted: Fri Jan 17, 2020 3:09 pm
by Psyberia-Support
Yes Alex, the alpha value goes from 0.0 (completely transparent) to 1.0 (completely opaque).
I'll also make the slider button same size and opacity, you're right.
Re: Zoom buttons size
Posted: Sat Jan 18, 2020 6:49 am
by boowoo
Works fine. Many thanks.
It's right that same settings should be logical for the slider.
Re: Zoom buttons size
Posted: Sat Jan 18, 2020 8:48 am
by Psyberia-Support
If you have the latest beta (2.2.4.r5980), then it should be the case already.
Re: Zoom buttons size
Posted: Sat Jan 18, 2020 5:48 pm
by boowoo
Yes, it's OK.
In fact, when you set the zoom buttons position at maximum ofset in user settings to put them at the top right of the screen, the slider is not visible.
Not a really problem in my case because I don't use the slider, but new users have to know this behaviour.
Re: Zoom buttons size
Posted: Sun Jan 19, 2020 7:47 pm
by boowoo
In the same logical customization way, is it possible to extend size and transparency to the bottom menu bar ?
Re: Zoom buttons size
Posted: Mon Jan 20, 2020 8:12 am
by Psyberia-Support
It's more complicated because it's not just an image.
Maybe for later.