Page 1 of 1

[done] A user setting item to resize the main menu buttons

Posted: Wed Jun 17, 2020 10:18 pm
by alexlong
Is it possible to add a user setting item to resize the main menu buttons as it is done for map.buttons.size_dp? People say sometimes it is difficult to get the main menu buttons when working with the app in poor conditions on tablets ets.

Re: A user setting item to resize the main menu buttons

Posted: Fri Jun 19, 2020 8:37 am
by Psyberia-Support
Hi,
I'll try to add this.

Re: A user setting item to resize the main menu buttons

Posted: Fri Jun 19, 2020 12:27 pm
by boowoo
Hello,
in same time, if you could add an other user setting for transparency of the grey background it should be perfect ...

Re: A user setting item to resize the main menu buttons

Posted: Sat Jun 20, 2020 8:53 am
by Psyberia-Support
I know you want this, but it's not that simple...

Re: [done] A user setting item to resize the main menu buttons

Posted: Sat Jun 20, 2020 12:30 pm
by boowoo
I've tried ... ;)

Re: [done] A user setting item to resize the main menu buttons

Posted: Sun Jun 21, 2020 8:27 am
by Psyberia-Support
Actually I've added some new user setting to change the style of the menu.
You cannot change the style of the icons, only the background. You can use color names like "red" for any setting or even "transparent" to not display at all.

Code: Select all

# background of menu when it's visible (default: #505050)
core.menu.buttons.background_color=

# background of menu when it's hidden (default: #64505050)
core.menu.buttons.background_color_hidden=

# shadow color of the menu (default: #444444)
core.menu.buttons.shadow_color=

# color of menu items separator (default: #1FFFFFFF)
core.menu.buttons.separators_color=

# corners round radius (default: 2)
core.menu.buttons.corners_round_radius_dp=
This will be available in next update.

Re: [done] A user setting item to resize the main menu buttons

Posted: Sun Jun 21, 2020 8:58 pm
by boowoo
Thank you very much. Great. :D
And what about the menu resize ?

Re: [done] A user setting item to resize the main menu buttons

Posted: Mon Jun 22, 2020 6:03 am
by boowoo
In the same way, on some maps it's difficult to see the + - zoom buttons.
Is it possible to get a background for them with same settings than menu buttons ?
I don't use it but maybe a similar background for the zoom slider should be logic also.

Re: [done] A user setting item to resize the main menu buttons

Posted: Mon Jun 22, 2020 7:06 am
by Psyberia-Support
The user setting to resize the menu buttons is:

Code: Select all

# define the size of the menu items (default: 48)
core.menu.buttons.size_dp=
All those settings are available in the currently released beta (2.2.6.r6366).

Re: [done] A user setting item to resize the main menu buttons

Posted: Mon Jun 22, 2020 7:08 am
by Psyberia-Support
For now I'll stop adding new user settings, I've only done this for the past two weeks I need to work on features that will benefit everyone.
And every time I add one new setting, I get the request for 3 more, I cannot follow anymore.

Re: [done] A user setting item to resize the main menu buttons

Posted: Mon Jun 22, 2020 7:50 am
by boowoo
No problem, i understand but tout app is too great so we want always more ... ;)

Re: [done] A user setting item to resize the main menu buttons

Posted: Mon Jun 22, 2020 10:37 pm
by alexlong
Hi, François!

Code: Select all

# define the size of the menu items (default: 48)
core.menu.buttons.size_dp=
Nice work! Thank you. It's very good for fablets.

Code: Select all

core.menu.buttons.size_dp=120
map.buttons.size_dp=100
Samsung 10"
Tablet.jpg
(134.45 KiB) Downloaded 1694 times
And the same device without user settings as above:
Tablet_no_set.jpg
(138.3 KiB) Downloaded 1694 times
Now it is much more convenient to use the app on a large screen than it was before.
;)