mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-10 08:29:38 +00:00
Small UI improvements
This commit is contained in:
parent
cca12d5664
commit
1035257361
6 changed files with 17 additions and 2 deletions
|
@ -82,6 +82,7 @@ class _ServerInformationWidgetState extends State<ServerInformationWidget> {
|
|||
padding: const EdgeInsets.symmetric(horizontal: 20),
|
||||
child: Text(
|
||||
AppLocalizations.of(context)!.loadingServerInfo,
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(
|
||||
fontSize: 22,
|
||||
color: Colors.grey,
|
||||
|
@ -159,6 +160,7 @@ class _ServerInformationWidgetState extends State<ServerInformationWidget> {
|
|||
const SizedBox(height: 30),
|
||||
Text(
|
||||
AppLocalizations.of(context)!.serverInfoNotLoaded,
|
||||
textAlign: TextAlign.center,
|
||||
style: const TextStyle(
|
||||
fontSize: 22,
|
||||
color: Colors.grey,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue