[gnome-usage] performance-view: Set a minimum width to the content box



commit e27f218d27d757d24caf021624a0468a13fb4cce
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Sep 10 16:14:19 2019 +0200

    performance-view: Set a minimum width to the content box
    
    Sets a sane minimum width to the content of the view so it can fold
    before being too narrow.

 data/ui/performance-view.ui | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/ui/performance-view.ui b/data/ui/performance-view.ui
index a8974aa..b2868d1 100644
--- a/data/ui/performance-view.ui
+++ b/data/ui/performance-view.ui
@@ -30,6 +30,7 @@
           <object class="GtkBox" id="content_box">
             <property name="visible">True</property>
             <property name="orientation">vertical</property>
+            <property name="width-request">360</property>
 
             <child>
               <object class="HdySearchBar" id="search_bar">


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