Fix frags in frags creating a large empty space (#8430)
* Fix frags in frags creating a large empty space * Change suppression message Consistency with status duration * Too little space between boxes
This commit is contained in:
@@ -448,7 +448,7 @@ public class StatValues{
|
||||
bt.row();
|
||||
bt.add(coll);
|
||||
}
|
||||
}).padLeft(indent * 8).growX().pad(5).margin(compact ? 0 : 10);
|
||||
}).padLeft(indent * 5).padTop(5).padBottom(compact ? 0 : 5).growX().margin(compact ? 0 : 10);
|
||||
table.row();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user