From 8cae3c75f2ca1f02c21c71bc1fbd402f3d3d32d2 Mon Sep 17 00:00:00 2001 From: igorrCarvalho Date: Mon, 6 May 2024 21:45:10 -0300 Subject: [PATCH] Refactor: Block only last column size --- .../src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx | 2 -- .../src/pages/SettingsPage/pages/ShortcutsPage/index.tsx | 1 - 2 files changed, 3 deletions(-) diff --git a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx index a3501027d..0ecdd588b 100644 --- a/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/GlobalVariablesPage/index.tsx @@ -83,7 +83,6 @@ export default function GlobalVariablesPage() { headerName: "Variable Name", field: "name", flex: 2, - resizable: false, }, //This column will be twice as wide as the others { field: "type", @@ -94,7 +93,6 @@ export default function GlobalVariablesPage() { }, flex: 1, editable: false, - resizable: false, }, // { // field: "value", diff --git a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx index fe4ba7466..9f5b7d5d8 100644 --- a/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx +++ b/src/frontend/src/pages/SettingsPage/pages/ShortcutsPage/index.tsx @@ -25,7 +25,6 @@ export default function ShortcutsPage() { field: "name", flex: 1, editable: false, - resizable: false, }, //This column will be twice as wide as the others { field: "shortcut",