diff --git a/src/components/layout-control.tsx b/src/components/layout-control.tsx index 7756906..0bba354 100644 --- a/src/components/layout-control.tsx +++ b/src/components/layout-control.tsx @@ -2,35 +2,37 @@ import { Button } from "@mui/material"; import { appWindow } from "@tauri-apps/api/window"; import { CloseRounded, - CropLandscapeOutlined, + CropSquareRounded, HorizontalRuleRounded, } from "@mui/icons-material"; const LayoutControl = () => { + const minWidth = 40; + return ( <> );