Update initial widget height

pull/21833/head
Michael Telatynski 2020-09-09 13:15:07 +01:00
parent cef533b83e
commit 0e58eb6d56
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ const PersistentVResizer = ({
resizeNotifier, resizeNotifier,
children, children,
}) => { }) => {
const [height, setHeight] = useLocalStorageState("pvr_" + id, 100); const [height, setHeight] = useLocalStorageState("pvr_" + id, 280); // old fixed height was 273px
const [resizing, setResizing] = useState(false); const [resizing, setResizing] = useState(false);
return <Resizable return <Resizable