[gnome-software/wip/temp/ubuntu-xenial-rebased: 7/326] Fix review text alignment issues



commit 1de7561c1175521001e2ec366c825e3c147ea115
Author: Robert Ancell <robert ancell canonical com>
Date:   Wed Dec 16 19:48:38 2015 +1300

    Fix review text alignment issues

 src/gs-app-review-row.ui |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app-review-row.ui b/src/gs-app-review-row.ui
index 8f850bb..6032f2d 100644
--- a/src/gs-app-review-row.ui
+++ b/src/gs-app-review-row.ui
@@ -28,6 +28,7 @@
             <property name="visible">True</property>
             <property name="expand">True</property>
             <property name="halign">start</property>
+            <property name="ellipsize">end</property>
             <style>
               <class name="review-summary"/>
             </style>
@@ -58,6 +59,8 @@
           <object class="GtkLabel" id="text_label">
             <property name="visible">True</property>
             <property name="halign">start</property>
+            <property name="wrap">True</property>
+            <property name="xalign">0</property>
           </object>
           <packing>
             <property name="left-attach">0</property>


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