Handle IDE zoom and presentation mode #217
Labels
bridge
Something that impacts the Swing LaF bridge
consistency
Our UI presentation is not consistent with IJ
Milestone
The IDE can set a global "zoom" level, starting in 23.2:
We need to make sure we respect that. It works for text size, but not for icons/dimensions (e.g., paddings). We probably just need to adjust the LocalDensity based on the
com.intellij.ide.ui.UISettingsUtils#getCurrentIdeScale
, but also need to make sure this doesn't affect the text size.We also need to make sure we apply the correct scaling when presentation mode is active.
The text was updated successfully, but these errors were encountered: