feat: Require use of a preset dialog size; adjust dialog sizing (#2684)

This commit is contained in:
Jed Fox
2020-12-27 17:07:05 -05:00
committed by GitHub
parent 0488b7b5c6
commit 3b0fb1562d
6 changed files with 7 additions and 19 deletions
+1 -5
View File
@@ -130,11 +130,7 @@ export const ShortcutsDialog = ({ onClose }: { onClose?: () => void }) => {
return (
<>
<Dialog
maxWidth={900}
onCloseRequest={handleClose}
title={t("shortcutsDialog.title")}
>
<Dialog onCloseRequest={handleClose} title={t("shortcutsDialog.title")}>
<Columns>
<Column>
<ShortcutIsland caption={t("shortcutsDialog.shapes")}>