[gnome-games] savestates-listbox-row: Layout tweaks



commit 0a9fc1433f44ba68ffa34694139719673d844d0a
Author: Yetizone <andreii lisita gmail com>
Date:   Thu Aug 15 17:19:13 2019 +0300

    savestates-listbox-row: Layout tweaks
    
    Add wrapping to name_label
    Prevent thumbnail image from expanding vertically

 data/ui/savestate-listbox-row.ui | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/data/ui/savestate-listbox-row.ui b/data/ui/savestate-listbox-row.ui
index 5fc58d0b..66479e06 100644
--- a/data/ui/savestate-listbox-row.ui
+++ b/data/ui/savestate-listbox-row.ui
@@ -9,6 +9,7 @@
         <child>
           <object class="GtkImage" id="image">
             <property name="visible">true</property>
+            <property name="valign">start</property>
             <style>
               <class name="savestate-thumbnail"/>
             </style>
@@ -25,6 +26,7 @@
               <object class="GtkLabel" id="name_label">
                 <property name="visible">true</property>
                 <property name="wrap">true</property>
+                <property name="wrap-mode">word-char</property>
                 <property name="xalign">0</property>
                 <attributes>
                   <!-- "1.2" is the value of "large" -->


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