[geary/wip/765516-gtk-widget-conversation-viewer: 112/119] Workaround wide convo InfoBars being too wide for small screens.



commit ed8c3c33a645bce93a16f8d4a0d4433c03878b6f
Author: Michael James Gratton <mike vee net>
Date:   Fri Aug 12 00:41:01 2016 +1000

    Workaround wide convo InfoBars being too wide for small screens.
    
    * ui/conversation-email.ui, ui/conversation-message.ui: Ellipsie labels
      on InfoBars so they can shrink.

 ui/conversation-email.ui   |    1 +
 ui/conversation-message.ui |    2 ++
 2 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/ui/conversation-email.ui b/ui/conversation-email.ui
index 6a7be51..a3a7199 100644
--- a/ui/conversation-email.ui
+++ b/ui/conversation-email.ui
@@ -307,6 +307,7 @@
             <property name="visible">True</property>
             <property name="can_focus">False</property>
             <property name="label" translatable="yes">This message was sent, but has not been saved your 
account.</property>
+            <property name="ellipsize">end</property>
             <property name="xalign">0</property>
           </object>
           <packing>
diff --git a/ui/conversation-message.ui b/ui/conversation-message.ui
index 85e07a0..aabfd70 100644
--- a/ui/conversation-message.ui
+++ b/ui/conversation-message.ui
@@ -462,6 +462,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="label" translatable="yes">Remote images not shown</property>
+                            <property name="ellipsize">end</property>
                             <property name="xalign">0</property>
                             <attributes>
                               <attribute name="weight" value="bold"/>
@@ -478,6 +479,7 @@
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
                             <property name="label" translatable="yes">Only show remote images from senders 
you trust.</property>
+                            <property name="ellipsize">end</property>
                             <property name="xalign">0</property>
                           </object>
                           <packing>


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