Skip to content

[UX] Hardcoded window dimensions not DPI-aware — UI broken on high-DPI displays #141

Description

@anshul23102

Description

The tauri.conf.json hardcodes window dimensions (1200x800) without DPI awareness or platform-specific scaling. On high-DPI displays (4K, Retina), the window appears too small and content may be unreadable.

Expected Behavior

Window size should scale based on display DPI.

Root Cause

No DPI-aware window sizing implemented.

Checklist

  • I have searched existing issues and confirmed this is not a duplicate
  • I have read the Contributing.md guidelines
  • I have provided clear steps to reproduce the issue
  • I have described expected vs. actual behavior clearly
  • This issue title is clear and specific
  • This repository has been verified as NSOC on https://www.nsoc.in/projects

@NexGenStudioDev Could you please /assign this issue to me? I would like to implement DPI-aware window sizing under NSOC '26.

/assign

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions