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
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`.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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
src-tauri/tauri.conf.json):width: 1280,height: 800.minWidth: 1100,minHeight: 700.