[gnome-builder/wip/chergert/pipeline-merge] transfer-row: change style, wrap, and color of status message



commit ba14686856722b010e7c785238b042f588538de3
Author: Christian Hergert <chergert redhat com>
Date:   Fri Feb 10 22:01:30 2017 -0800

    transfer-row: change style, wrap, and color of status message

 libide/transfers/ide-transfer-row.ui |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/libide/transfers/ide-transfer-row.ui b/libide/transfers/ide-transfer-row.ui
index bdb9c06..6bff66b 100644
--- a/libide/transfers/ide-transfer-row.ui
+++ b/libide/transfers/ide-transfer-row.ui
@@ -42,9 +42,15 @@
         <child>
           <object class="GtkLabel" id="status">
             <property name="hexpand">true</property>
-            <property name="ellipsize">end</property>
-            <property name="xalign">0.0</property>
             <property name="visible">true</property>
+            <property name="wrap">true</property>
+            <property name="xalign">0.0</property>
+            <style>
+              <class name="dim-label"/>
+            </style>
+            <attributes>
+              <attribute name="scale" value="0.8333333"/>
+            </attributes>
           </object>
           <packing>
             <property name="left-attach">0</property>


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