[geary: 5/9] accounts-editor: make window usable on phones




commit 7c9d1258c6a952c7b7f79f34feb3225dea3fcc15
Author: Arnaud Ferraris <arnaud ferraris collabora com>
Date:   Wed Mar 25 14:40:11 2020 +0100

    accounts-editor: make window usable on phones

 ui/accounts_editor.ui           | 2 +-
 ui/accounts_editor_list_pane.ui | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/ui/accounts_editor.ui b/ui/accounts_editor.ui
index 4e23cdd56..04581e8df 100644
--- a/ui/accounts_editor.ui
+++ b/ui/accounts_editor.ui
@@ -5,7 +5,7 @@
   <template class="AccountsEditor" parent="GtkDialog">
     <property name="can_focus">False</property>
     <property name="modal">True</property>
-    <property name="default_width">700</property>
+    <property name="default_width">360</property>
     <property name="default_height">450</property>
     <property name="type_hint">dialog</property>
     <child type="titlebar">
diff --git a/ui/accounts_editor_list_pane.ui b/ui/accounts_editor_list_pane.ui
index a40604e3d..b3946196e 100644
--- a/ui/accounts_editor_list_pane.ui
+++ b/ui/accounts_editor_list_pane.ui
@@ -59,6 +59,7 @@
                         <property name="can_focus">False</property>
                         <property name="halign">start</property>
                         <property name="valign">start</property>
+                        <property name="wrap">True</property>
                         <property name="label" translatable="yes">To get started, select an email provider 
below.</property>
                         <property name="xalign">0</property>
                         <property name="wrap">True</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]