[geary/wip/765516-gtk-widget-conversation-viewer: 138/207] Workaround wide convo InfoBars being too wide for small screens.
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/765516-gtk-widget-conversation-viewer: 138/207] Workaround wide convo InfoBars being too wide for small screens.
- Date: Tue, 4 Oct 2016 00:08:01 +0000 (UTC)
commit 640e8fdbc6fd05f61978211bc3c417b555521375
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]