On Edge devices, the control bar currently only displays the app title. This space could instead be used to show the menu title, reducing the amount of space the menu itself requires.
The control bar can be configured using view.setControlBar:
https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/View.html#setControlBar-instance_function
However, it still needs to be evaluated how the freed space can be used, as a bug in the CIQ API prevents the menu title height from being smaller than the menu item height (#264).
On Edge devices, the control bar currently only displays the app title. This space could instead be used to show the menu title, reducing the amount of space the menu itself requires.
The control bar can be configured using view.setControlBar:
https://developer.garmin.com/connect-iq/api-docs/Toybox/WatchUi/View.html#setControlBar-instance_function
However, it still needs to be evaluated how the freed space can be used, as a bug in the CIQ API prevents the menu title height from being smaller than the menu item height (#264).