[gnome-usage] process-row: Don't hardcode the width



commit 4e2c6ca691c466ea4332172471b404c18c0fa8ce
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Tue Sep 10 15:53:10 2019 +0200

    process-row: Don't hardcode the width
    
    This lets the HdyColumn do its job at handling the width.

 data/ui/process-row.ui | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/ui/process-row.ui b/data/ui/process-row.ui
index eed02d2..8cd3476 100644
--- a/data/ui/process-row.ui
+++ b/data/ui/process-row.ui
@@ -3,7 +3,6 @@
   <!-- interface-requires gtk+ 3.10 -->
   <template class="UsageProcessRow" parent="GtkListBoxRow">
     <property name="visible">True</property>
-    <property name="width-request">600</property>
     <property name="can_focus">False</property>
     <child>
       <object class="GtkBox">


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