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



commit a671990f0bb40138f1bc010dae853e77635321be
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]