• Mohamed Aziz Mejri's avatar
    Set minimum window size to prevent UI breakage (#1195) · ba115605
    Mohamed Aziz Mejri 提交于
    This PR solves issue #1194 by setting a minimum height and width
        
    <!-- This is an auto-generated description by cubic. -->
    ---
    
    ## Summary by cubic
    Set a minimum window size to prevent UI breakage when the app is resized
    too small. The BrowserWindow now enforces minWidth 800 and minHeight 500
    so layouts stay stable and controls remain accessible.
    
    <!-- End of auto-generated description by cubic. -->
    ba115605
main.ts 8.5 KB