Skip to content

Commit 08d3871

Browse files
committed
fix(install): dashboard setup with pre 2.13.7 appearance
1 parent 3818383 commit 08d3871

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

install/install.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -762,10 +762,10 @@ protected function createMiniDashboardBigNumbers() {
762762
];
763763

764764
// With counters
765-
$x = 2;
766-
$w = 3; // Width
765+
$x = 0;
766+
$w = 4; // Width
767767
$h = 1; // Height
768-
$s = 1; // space between widgets
768+
$s = 0; // space between widgets
769769
$y = 0;
770770
foreach ($cards as $key => $options) {
771771
$item = new Dashboard_Item();

0 commit comments

Comments
 (0)