Our app is built using Juce framework. Juce has a nice feature - scale of the whole app UI with just one global setting. We should utilise this feature and allow users to scale app UI. This is very useful in a cross platform app which should work with many different screen sizes and DPIs.
As a bonus feature: save/restore window size and position.
Our app is built using Juce framework. Juce has a nice feature - scale of the whole app UI with just one global setting. We should utilise this feature and allow users to scale app UI. This is very useful in a cross platform app which should work with many different screen sizes and DPIs.
As a bonus feature: save/restore window size and position.