JetBrains / jewel

An implementation of the IntelliJ look and feels in Compose for Desktop
Apache License 2.0
723 stars 39 forks source link

SplitLayout divider position changes when moved between screens of different densities #661

Open rosejr opened 2 days ago

rosejr commented 2 days ago

This requires two monitors with different display densities (in my case MacBook with Retina display and 2560x1600 external monitor).

  1. Create window containing split layout on low DPI screen
  2. Move window to high DPI screen
  3. Split layout position is to the left of where it was on the previous screen
  4. If you then grab the divider to adjust it, it snaps back to where it should be

The opposite happens going from high-DPI to low-DPI (the divider moves to the right).

rock3r commented 2 days ago

Probably related to the other split layout bug

hamen commented 2 days ago

Relates to #589