diff --git a/src/widgets/bitTorrent/BitTorrentTile.tsx b/src/widgets/bitTorrent/BitTorrentTile.tsx index 0c60a7a51..96ebd03fc 100644 --- a/src/widgets/bitTorrent/BitTorrentTile.tsx +++ b/src/widgets/bitTorrent/BitTorrentTile.tsx @@ -51,8 +51,8 @@ const definition = defineWidget({ }, }, gridstack: { - minWidth: 4, - minHeight: 5, + minWidth: 2, + minHeight: 2, maxWidth: 12, maxHeight: 14, }, diff --git a/src/widgets/calendar/CalendarTile.tsx b/src/widgets/calendar/CalendarTile.tsx index f5ab105c1..0b5f0d5c3 100644 --- a/src/widgets/calendar/CalendarTile.tsx +++ b/src/widgets/calendar/CalendarTile.tsx @@ -21,8 +21,8 @@ const definition = defineWidget({ }, }, gridstack: { - minWidth: 3, - minHeight: 5, + minWidth: 2, + minHeight: 2, maxWidth: 12, maxHeight: 12, }, diff --git a/src/widgets/dashDot/DashDotTile.tsx b/src/widgets/dashDot/DashDotTile.tsx index cfb80cfb1..91b06442e 100644 --- a/src/widgets/dashDot/DashDotTile.tsx +++ b/src/widgets/dashDot/DashDotTile.tsx @@ -36,8 +36,8 @@ const definition = defineWidget({ }, }, gridstack: { - minWidth: 4, - minHeight: 5, + minWidth: 2, + minHeight: 2, maxWidth: 12, maxHeight: 14, }, diff --git a/src/widgets/useNet/UseNetTile.tsx b/src/widgets/useNet/UseNetTile.tsx index 494df5132..832b8d2d7 100644 --- a/src/widgets/useNet/UseNetTile.tsx +++ b/src/widgets/useNet/UseNetTile.tsx @@ -39,8 +39,8 @@ const definition = defineWidget({ options: {}, component: UseNetTile, gridstack: { - minWidth: 4, - minHeight: 5, + minWidth: 2, + minHeight: 3, maxWidth: 12, maxHeight: 12, },