[frogr] Re-work a bit more the text of the empty state to be more specific



commit 4116710acc13f1abc810483c857f53114e9f1c29
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Tue Jan 23 15:03:54 2018 +0000

    Re-work a bit more the text of the empty state to be more specific
    
    Previous text could be confusing on that it looks like pressing the
    "Add" button would start uploading pictures to Flickr, which is not
    the case. Thus, add an additional paragraph to clarify the two steps
    required, and increase a bit the spacing to make it look less congested.

 data/gtkbuilder/frogr-main-view.ui |   22 +++++++++++++++++++---
 1 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/data/gtkbuilder/frogr-main-view.ui b/data/gtkbuilder/frogr-main-view.ui
index 5052ec5..8d03ce7 100644
--- a/data/gtkbuilder/frogr-main-view.ui
+++ b/data/gtkbuilder/frogr-main-view.ui
@@ -29,7 +29,7 @@
             <property name="hexpand">True</property>
             <property name="vexpand">True</property>
             <property name="orientation">vertical</property>
-            <property name="spacing">6</property>
+            <property name="spacing">12</property>
             <child>
               <object class="GtkImage" id="empty_state_logo">
                 <property name="visible">True</property>
@@ -61,10 +61,10 @@
               </packing>
             </child>
             <child>
-              <object class="GtkLabel" id="empty_state_subtitle">
+              <object class="GtkLabel" id="empty_state_subtitle_1">
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
-                <property name="label" translatable="yes">Press the &lt;b&gt;"Add"&lt;/b&gt; button on the 
toolbar to upload pictures to Flickr.</property>
+                <property name="label" translatable="yes">Press the &lt;b&gt;"Add"&lt;/b&gt; button on the 
toolbar to load pictures into this window.</property>
                 <property name="use_markup">True</property>
                 <property name="wrap">True</property>
                 <property name="width_chars">35</property>
@@ -76,6 +76,22 @@
                 <property name="position">2</property>
               </packing>
             </child>
+            <child>
+              <object class="GtkLabel" id="empty_state_subtitle_2">
+                <property name="visible">True</property>
+                <property name="can_focus">False</property>
+                <property name="label" translatable="yes">Once you're ready, press the 
&lt;b&gt;"Upload"&lt;/b&gt; button to upload your pictures to Flickr.</property>
+                <property name="use_markup">True</property>
+                <property name="wrap">True</property>
+                <property name="width_chars">35</property>
+                <property name="max_width_chars">30</property>
+              </object>
+              <packing>
+                <property name="expand">False</property>
+                <property name="fill">True</property>
+                <property name="position">3</property>
+              </packing>
+            </child>
           </object>
           <packing>
             <property name="name">page1</property>


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