From a2a004a85725a96da8626d803c925b69e7cd2598 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberts=20Muktup=C4=81vels?= Date: Sat, 1 May 2021 00:03:31 +0300 Subject: pager: reduce initial workspace_size workspace_size was introduced in a414519d7b45 without any comment why default was set to 48. This is wrong as containers will be forced to underallocate widget to reduce size. --- libwnck/pager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwnck/pager.c b/libwnck/pager.c index c029287..a563a4d 100644 --- a/libwnck/pager.c +++ b/libwnck/pager.c @@ -219,7 +219,7 @@ wnck_pager_init (WnckPager *pager) pager->priv->wrap_on_scroll = FALSE; pager->priv->orientation = GTK_ORIENTATION_HORIZONTAL; - pager->priv->workspace_size = 48; + pager->priv->workspace_size = 16; for (i = 0; i < N_SCREEN_CONNECTIONS; i++) pager->priv->screen_connections[i] = 0; -- cgit v1.2.1