From e7671a63ba611f1a286d9f4d2b2dbaf07a1cec37 Mon Sep 17 00:00:00 2001 From: Radostin Stoyanov Date: Wed, 31 May 2017 14:08:43 +0100 Subject: [PATCH] Use GtkPaned instead of GtkHPaned GtkHPaned was deprecated since Gtk version 3.2 and should not be used in newly-written code.[1] Use GtkPaned instead.[2] By default, GtkPaned's orientation is set to horizontal.[3] [1] https://developer.gnome.org/gtk3/stable/GtkHPaned.html [2] https://developer.gnome.org/gtk3/stable/GtkPaned.html [3] https://developer.gnome.org/gtk3/stable/gtk3-Orientable.html#GtkOrientable--orientation --- ui/host.ui | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/host.ui b/ui/host.ui index d2558041a..727009109 100644 --- a/ui/host.ui +++ b/ui/host.ui @@ -383,7 +383,7 @@ 3 vertical - + True True 3 @@ -1350,7 +1350,7 @@ 3 vertical - + True True 3