[gnome-games/wip/exalm/mobile: 8/8] collection-box: Set minimum width



commit 5907df3d5f8b85a468d540541fc36785579ef53e
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Thu May 23 15:11:14 2019 +0500

    collection-box: Set minimum width
    
    Don't let it be narrower than 360px.

 data/ui/collection-box.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/collection-box.ui b/data/ui/collection-box.ui
index 344451a5..438f6a76 100644
--- a/data/ui/collection-box.ui
+++ b/data/ui/collection-box.ui
@@ -6,6 +6,7 @@
     <property name="orientation">vertical</property>
     <property name="hexpand">True</property>
     <property name="vexpand">True</property>
+    <property name="width-request">360</property>
     <child>
       <object class="GamesSearchBar" id="search_bar">
         <property name="visible">True</property>


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