Default window is 800×600 #61

Closed
opened 2026-08-25 09:18:06 +01:00 by gronod · 0 comments
Owner

Problem

The default 800×600 window geometry is too small for comfortably viewing the print layout settings, TIFF preview cards, and the 3D CIELAB WebGL gamut viewer. Furthermore, without a minimum window size, resizing can collapse essential UI elements.

Acceptance Criteria

  1. Window Dimensions (src-tauri/tauri.conf.json):
    • Set default window dimensions to width: 1280, height: 800.
    • Set minimum window constraints to minWidth: 1100, minHeight: 700.
### Problem The default 800×600 window geometry is too small for comfortably viewing the print layout settings, TIFF preview cards, and the 3D CIELAB WebGL gamut viewer. Furthermore, without a minimum window size, resizing can collapse essential UI elements. ### Acceptance Criteria 1. **Window Dimensions (`src-tauri/tauri.conf.json`)**: - Set default window dimensions to `width: 1280`, `height: 800`. - Set minimum window constraints to `minWidth: 1100`, `minHeight: 700`.
gronod added the Kind/Enhancement label 2026-08-25 09:18:06 +01:00
gronod added this to the Milestone 7: v0.2 ship milestone 2026-08-25 09:43:59 +01:00
Sign in to join this conversation.