Replace deprecated GtkHBox with GtkBox
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 26 Jul 2015 17:56:12 +0000 (19:56 +0200)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 26 Jul 2015 17:56:12 +0000 (19:56 +0200)
src/ui/gui/data-editor.ui

index 6eb37356e14558c24ccdfea767656edeadf3a4fa..10f0f5f8c4e318027ce2e774fa94ac8b7ce19333 100644 (file)
         <property name="toolbar-style">GTK_TOOLBAR_ICONS</property>
       </object>
 
-  <object class="GtkHBox" id="status-bar">
+  <object class="GtkBox" id="status-bar">
     <property name="visible">True</property>
+    <property name="orientation">GTK_ORIENTATION_HORIZONTAL</property>
     <property name="spacing">6</property>
     <child>
       <object class="GtkFrame" id="frame2">