Skip to content

[BETA] Automatic DPI-aware UI scaling#748

Merged
adriengivry merged 13 commits into
mainfrom
feature/better_dpi_scaling
Apr 21, 2026
Merged

[BETA] Automatic DPI-aware UI scaling#748
adriengivry merged 13 commits into
mainfrom
feature/better_dpi_scaling

Conversation

@adriengivry

@adriengivry adriengivry commented Apr 20, 2026

Copy link
Copy Markdown
Member

Description

  • Added UI scaling options (automatic, 100%, 150%, 200%)
  • Removed font size options
  • Updated OvWindowing to expose content scale
  • Improved ProjectHub to properly adapt its UI based on DPI
  • Automatic UI scaling (DPI aware) is disabled by default, and a dialog message is shown the first time the user runs overload from a high DPI monitor

Related Issue(s)

Fixes #713

Review Guidance

Write here.

Screenshots/GIFs

image

Dialog message when a high-DPI monitor is detected

image

UI scaling options

AI Usage Disclosure

None

Checklist

  • My code follows the project's code style guidelines
  • When applicable, I have commented my code, particularly in hard-to-understand areas
  • When applicable, I have updated the documentation accordingly
  • My changes don't generate new warnings or errors
  • I have reviewed and take responsibility for all code in this PR (including any AI-assisted contributions)

@adriengivry adriengivry self-assigned this Apr 20, 2026
@adriengivry adriengivry added the Editor Something relative with the editor label Apr 20, 2026
@adriengivry adriengivry marked this pull request as draft April 20, 2026 20:06
@adriengivry adriengivry force-pushed the feature/better_dpi_scaling branch from 80f9eb5 to 20f7d0c Compare April 20, 2026 20:43
@adriengivry adriengivry changed the title Automatic DPI scaling for font Automatic DPI-aware UI scaling Apr 20, 2026
@adriengivry adriengivry marked this pull request as ready for review April 20, 2026 22:05
@adriengivry adriengivry marked this pull request as draft April 20, 2026 23:11
@adriengivry adriengivry changed the title Automatic DPI-aware UI scaling [BETA] Automatic DPI-aware UI scaling Apr 21, 2026
@adriengivry adriengivry marked this pull request as ready for review April 21, 2026 18:01
@adriengivry adriengivry merged commit 56e570d into main Apr 21, 2026
8 checks passed
@adriengivry adriengivry deleted the feature/better_dpi_scaling branch April 21, 2026 18:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Editor Something relative with the editor

Development

Successfully merging this pull request may close these issues.

Automatic DPI scaling for all screen sizes

1 participant