From e54e88f46de1f0f8939e851a01aa1fa3fcb16c17 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Mon, 20 Mar 2023 01:14:13 -0700 Subject: [PATCH] Fix input thingy --- src-tauri/tauri.conf.json | 2 +- src-web/components/core/PairEditor.tsx | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index 0b3f7247..b0bd548c 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -20,7 +20,7 @@ "titleBarStyle": "Overlay", "height": 600, "width": 1100, - "minWidth": 600, + "minWidth": 400, "minHeight": 400 } ], diff --git a/src-web/components/core/PairEditor.tsx b/src-web/components/core/PairEditor.tsx index adbcf868..2dec5867 100644 --- a/src-web/components/core/PairEditor.tsx +++ b/src-web/components/core/PairEditor.tsx @@ -261,7 +261,13 @@ const FormRow = memo(function FormRow({ className={classnames('mr-2', isLast && '!opacity-disabled')} onChange={handleChangeEnabled} /> -
+