[gnome-sound-recorder] recordingList wrapped in HdyColumn



commit ec6a35f1a9c7b803aa5dc7cf5d6e0bab7b4c0e8c
Author: Kavan Mevada <kavanmevada gmail com>
Date:   Mon May 25 05:17:45 2020 -0700

    recordingList wrapped in HdyColumn

 data/ui/window.ui | 20 +++++++++++++++++---
 1 file changed, 17 insertions(+), 3 deletions(-)
---
diff --git a/data/ui/window.ui b/data/ui/window.ui
index 81582bc..32439a3 100644
--- a/data/ui/window.ui
+++ b/data/ui/window.ui
@@ -115,11 +115,25 @@
                         <property name="visible">True</property>
                         <property name="can_focus">False</property>
                         <child>
-                          <object class="GtkListBox" id="listBox">
+                          <object class="HdyColumn">
                             <property name="visible">True</property>
                             <property name="can_focus">False</property>
-                            <property name="hexpand">True</property>
-                            <property name="vexpand">True</property>
+                            <property name="maximum_width">650</property>
+                            <property name="linear_growth_width">400</property>
+                            <child>
+                              <object class="GtkListBox" id="listBox">
+                                <property name="visible">True</property>
+                                <property name="can_focus">False</property>
+                                <property name="margin_left">6</property>
+                                <property name="margin_right">6</property>
+                                <property name="margin_top">18</property>
+                                <property name="margin_bottom">18</property>
+                                <property name="selection-mode">none</property>
+                                <style>
+                                  <class name="preferences"/>
+                                </style>
+                              </object>
+                            </child>
                           </object>
                         </child>
                       </object>


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