]> git.proxmox.com Git - flutter/proxmox_login_manager.git/commitdiff
add product name to header
authorTim Marx <t.marx@proxmox.com>
Mon, 7 Sep 2020 10:01:15 +0000 (12:01 +0200)
committerTim Marx <t.marx@proxmox.com>
Mon, 7 Sep 2020 10:01:15 +0000 (12:01 +0200)
Signed-off-by: Tim Marx <t.marx@proxmox.com>
lib/proxmox_login_selector.dart

index fbfcbdf3314f807776e3c1f5f58190538ca5eca8..af04f0c463101e4577f343fbcabe336fdaf266e2 100644 (file)
@@ -29,12 +29,23 @@ class _ProxmoxLoginSelectorState extends State<ProxmoxLoginSelector> {
     return SafeArea(
       child: Scaffold(
         appBar: AppBar(
-          title: Text(
-            'PROXMOX',
-            style: TextStyle(
-              fontFamily: 'Proxmox',
-              fontSize: 28,
-            ),
+          title: Column(
+            crossAxisAlignment: CrossAxisAlignment.start,
+            children: [
+              Text(
+                'PROXMOX',
+                style: TextStyle(
+                  fontFamily: 'Proxmox',
+                  fontSize: 26,
+                ),
+              ),
+              Text(
+                'Virtual Environment',
+                style: TextStyle(
+                  fontSize: 12,
+                ),
+              )
+            ],
           ),
           actions: [
             IconButton(