https://kotlinlang.org logo
#compose-desktop
Title
# compose-desktop
m

mohamed rejeb

10/05/2023, 12:14 PM
The density is different between Windows and Mac even with the same monitor. The UI on Windows is much bigger.
i

Igor Demin

10/07/2023, 9:04 AM
The UI scale on desktop depends only on the system scale. This system scale usually isn't set the same way as is it set on mobile devices where it is adapted the density of the screen (to look the same across devices). It may look bigger on Windows in your configuration either because the UI scale is larger comparing to macOS, or monitor's density is lower. The same difference should be visible on usual web sites in browsers.
thank you color 1
2 Views