Shrink size button popover

This commit is contained in:
Andrew Kingston 2024-10-28 14:38:56 +00:00
parent 293368e551
commit 8f94e35d29
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
} }
</script> </script>
<DetailPopover bind:this={popover} title="Column and row size"> <DetailPopover bind:this={popover} title="Column and row size" width={300}>
<svelte:fragment slot="anchor" let:open> <svelte:fragment slot="anchor" let:open>
<ActionButton <ActionButton
icon="MoveUpDown" icon="MoveUpDown"