Add improved torrent network traffic widget

This commit is contained in:
Meierschlumpf
2022-12-21 20:29:09 +01:00
parent 8e9f9d23b3
commit 6cf6d9c2f5
2 changed files with 19 additions and 20 deletions

View File

@@ -20,10 +20,10 @@ const definition = defineWidget({
options: {},
gridstack: {
minWidth: 4,
minHeight: 4,
minWidth: 6,
minHeight: 6,
maxWidth: 12,
maxHeight: 12,
maxHeight: 6,
},
component: TorrentNetworkTrafficTile,
});