How to increase the text sizes of menu items and dialogue labels? #6702
Replies: 1 comment
-
Hi @HubKing, both of the problems should be fixed if the pull requests #6779 and #6787 are merged. Please see here and here for images and videos that demonstrate the fixes of the problems that you have mentioned. Technical detailsThere are currently several places in the code where hard coded sizes are used. These are often defined in units of pixels which might have worked in the Full HD era but not anymore in the HiDPI era. These places in the code will need to be adjusted one by one which will be quite some work. The goal should be to make LMMS work without needing to fall back on things like setting |
Beta Was this translation helpful? Give feedback.
-
The text size on the main menu bar or the button sizes seemed all right, but the text sizes of menu items and dialogue labels were too small. I have searched Google and tried QT_SCREEN_SCALE_FACTORS and QT_AUTO_SCREEN_SCALE_FACTOR. The problem is that whilst they did scale up the UI, the relative smallness remains, which makes the small parts are still quite small, and the normal parts now look stupidly huge.
Is there a way to adjust the scales of specific elements of the UI, such as labels on dialogues, not the whole UI at once?
Beta Was this translation helpful? Give feedback.
All reactions