Gitnuro icon indicating copy to clipboard operation
Gitnuro copied to clipboard

Screen resolution scaling bug

Open jj10133 opened this issue 1 year ago • 2 comments

Describe the bug When screen resolution changes, the scaling of the entire app does not work. I don't know if this a compose issue or more of the app's logic

To Reproduce

  1. Try to change your screen resolution with scale

Expected behavior The app should change accordingly to scale however I think it takes the default scaling of 100% in my case

Screenshots

  • QHD (3200*1800) image

Desktop (please complete the following information):

  • OS: Linux
  • Version Fedora 38

jj10133 avatar Aug 27 '23 20:08 jj10133

It's a compose bug, that's why I added the option to set the scale manually in the setting.

JetpackDuba avatar Aug 27 '23 21:08 JetpackDuba

I found the issue and run gradlew runRelease and solved it however I don't know why this is the case.

jj10133 avatar Aug 28 '23 02:08 jj10133