Blame SOURCES/0008-Remove-deprecated-widgets.patch

f5c53a
From 0a290c29faa083767698d77b3454ca08fe2a71eb Mon Sep 17 00:00:00 2001
f5c53a
From: Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
f5c53a
Date: Fri, 10 Jul 2020 05:18:25 +0200
f5c53a
Subject: [PATCH 08/18] Remove deprecated widgets
f5c53a
f5c53a
---
f5c53a
 src/gui/gtk-lshw.ui | 9 ++++++---
f5c53a
 1 file changed, 6 insertions(+), 3 deletions(-)
f5c53a
f5c53a
diff --git a/src/gui/gtk-lshw.ui b/src/gui/gtk-lshw.ui
f5c53a
index 25ab1ad03349..5f21da08e8e1 100644
f5c53a
--- a/src/gui/gtk-lshw.ui
f5c53a
+++ b/src/gui/gtk-lshw.ui
f5c53a
@@ -114,9 +114,10 @@
f5c53a
     <signal name="delete-event" handler="gtk_main_quit" swapped="no"/>
f5c53a
     <signal name="map" handler="on_lshw_map" after="yes" swapped="no"/>
f5c53a
     <child>
f5c53a
-      <object class="GtkVBox" id="vbox1">
f5c53a
+      <object class="GtkBox" id="main-box">
f5c53a
         <property name="visible">True</property>
f5c53a
         <property name="can_focus">False</property>
f5c53a
+        <property name="orientation">GTK_ORIENTATION_VERTICAL</property>
f5c53a
         <child>
f5c53a
           <object class="GtkMenuBar" id="menubar1">
f5c53a
             <property name="visible">True</property>
f5c53a
@@ -292,15 +293,17 @@
f5c53a
           </packing>
f5c53a
         </child>
f5c53a
         <child>
f5c53a
-          <object class="GtkHPaned" id="hpaned1">
f5c53a
+          <object class="GtkPaned" id="paned">
f5c53a
             <property name="visible">True</property>
f5c53a
             <property name="can_focus">True</property>
f5c53a
+            <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
f5c53a
             <child>
f5c53a
-              <object class="GtkHBox" id="hbox3">
f5c53a
+              <object class="GtkBox" id="tree-box">
f5c53a
                 <property name="width_request">350</property>
f5c53a
                 <property name="visible">True</property>
f5c53a
                 <property name="can_focus">False</property>
f5c53a
                 <property name="homogeneous">True</property>
f5c53a
+                <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
f5c53a
                 <child>
f5c53a
                   <object class="GtkScrolledWindow" id="scrolledwindow2">
f5c53a
                     <property name="visible">True</property>
f5c53a
-- 
f5c53a
2.17.1
f5c53a