Skip to content

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

@anshul23102

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions