tigase / beagle-im

(M) XMPP client for macOS based on TigaseSwift XMPP library
GNU General Public License v3.0
181 stars 21 forks source link

ZOOM cmd+/cmd- for to small the interface #129

Open marcelo4768 opened 1 year ago

marcelo4768 commented 1 year ago

Is your feature request related to a problem? Please describe. maybe is a problem because the interface is to small to see, the option cmd+ and cmd- for zoom is missing

Describe the solution you'd like add the option cmd+ and cmd- for zoom increace the view of the windows interface

Describe alternatives you've considered more bigger letters ands words for see better the menssages of the chat

Additional context very good IM

hantu85 commented 1 year ago

Thank you for the suggestion. I do not feel that support for cmd+ and cmd- is missing, but rather not supported as according to the macOS design guidelines macOS apps should use font sizes that are readable by most people and guidelines even suggest font sizes to use for particular use cases (text styles).

We are following those guidelines and as most of the apps not supporting changing the size of text, we (for now) suggest changing screen resolution to get bigger text - that is an officially suggested solution and use case by Apple.

We may introduce support for changing font sizes in the future, but as we are following macOS guidelines and styling it makes development even more complicated. Please note that for unknown to us reasons, macOS is the only operating system from Apple not supporting dynamic sizing of text (iOS, watchOS, and tvOS support that natively), while on macOS users are recommended to adjust the screen resolution to adjust font size.