mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-05-04 20:30:35 +00:00
Changed settings appbar
This commit is contained in:
parent
eace1767f0
commit
b6014955aa
1 changed files with 4 additions and 5 deletions
|
@ -6,8 +6,7 @@ class SettingsAppBar extends StatelessWidget with PreferredSizeWidget {
|
|||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AppBar(
|
||||
toolbarHeight: 50,
|
||||
centerTitle: true,
|
||||
toolbarHeight: 80,
|
||||
title: Row(
|
||||
mainAxisAlignment: MainAxisAlignment.center,
|
||||
children: [
|
||||
|
@ -19,14 +18,14 @@ class SettingsAppBar extends StatelessWidget with PreferredSizeWidget {
|
|||
const Text(
|
||||
"AdGuard Home Manager",
|
||||
style: TextStyle(
|
||||
fontSize: 20
|
||||
fontSize: 22
|
||||
),
|
||||
)
|
||||
],
|
||||
),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
||||
@override
|
||||
Size get preferredSize => const Size.fromHeight(kToolbarHeight);
|
||||
Size get preferredSize => const Size.fromHeight(80);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue