From 555ef00b18a0c3aad0ce4205dd4d286e06dd1f17 Mon Sep 17 00:00:00 2001 From: Adrien Plazas Date: Sun, 27 Jan 2019 17:41:06 +0100 Subject: network: Use a HdyColumn This allows the window to reach narrower sizes. --- tests/network/test-network-panel.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/network/test-network-panel.c b/tests/network/test-network-panel.c index 0ce09ba56..7ee765914 100644 --- a/tests/network/test-network-panel.c +++ b/tests/network/test-network-panel.c @@ -33,6 +33,8 @@ #include #include #include +#define HANDY_USE_UNSTABLE_API +#include #include "cc-test-window.h" #include "shell/cc-object-storage.h" @@ -645,6 +647,7 @@ main (int argc, char **argv) g_setenv ("LC_ALL", "C", TRUE); gtk_test_init (&argc, &argv, NULL); + hdy_init (&argc, &argv); g_test_add ("/network-panel-wired/empty-ui", NetworkPanelFixture, -- cgit v1.2.1