mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-14 22:12:53 +00:00
Adapt ui to support text scale
This commit is contained in:
parent
bddfac7e72
commit
c9c960d1ee
23 changed files with 624 additions and 495 deletions
|
@ -181,12 +181,11 @@ class _Modal extends StatelessWidget {
|
|||
final Animation<double> animation;
|
||||
|
||||
const _Modal({
|
||||
Key? key,
|
||||
required this.expandableController,
|
||||
required this.updateBlocking,
|
||||
required this.disableWithCountdown,
|
||||
required this.animation,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue