mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-15 14:32:48 +00:00
Changed size ring chart
This commit is contained in:
parent
d14dca8bd8
commit
a8bd57904c
3 changed files with 3 additions and 2 deletions
|
@ -186,7 +186,7 @@ class _TopItemsState extends State<TopItems> {
|
|||
if (widget.data.isNotEmpty && width <= 700) ...[
|
||||
if (_showChart) ...[
|
||||
SizedBox(
|
||||
height: 300,
|
||||
height: 150,
|
||||
child: chart
|
||||
),
|
||||
const SizedBox(height: 16),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue