diff src/cagou/kv/profile_manager.kv @ 62:1922506846be

design fixes: - adjust sizes using sp/dp so it adapts on different screen resolutions - use a shorter sentence for profile manager label, so it appears better on small screens - various design adjustment to appear correclty on different screen size
author Goffi <goffi@goffi.org>
date Sun, 04 Dec 2016 21:34:30 +0100
parents 56838ad5c84b
children
line wrap: on
line diff
--- a/src/cagou/kv/profile_manager.kv	Sun Dec 04 18:21:23 2016 +0100
+++ b/src/cagou/kv/profile_manager.kv	Sun Dec 04 21:34:30 2016 +0100
@@ -21,11 +21,13 @@
         size_hint: 1,0.05
 
 <PMLabel@Label>:
-    size_hint: 1, 0.1
+    size_hint: 1, None
+    height: sp(30)
 
 <PMInput@TextInput>:
     multiline: False
-    size_hint: 1, 0.1
+    size_hint: 1, None
+    height: sp(30)
     write_tab: False
 
 <PMButton@Button>:
@@ -130,7 +132,7 @@
         orientation: 'vertical'
 
         Label:
-            text: "Select a profile to connect with, or create a new one"
+            text: "Select a profile or create a new one"
             size_hint: 1,0.05
 
         GridLayout: