diff options
Diffstat (limited to 'shell/e-shell-taskbar.c')
-rw-r--r-- | shell/e-shell-taskbar.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-taskbar.c b/shell/e-shell-taskbar.c index 9413394307..53ccae67c8 100644 --- a/shell/e-shell-taskbar.c +++ b/shell/e-shell-taskbar.c @@ -225,6 +225,9 @@ shell_taskbar_constructed (GObject *object) g_signal_connect_swapped ( shell_backend, "activity-added", G_CALLBACK (shell_taskbar_activity_add), shell_taskbar); + + /* to not enlarge window width on new activities */ + gtk_widget_set_size_request (GTK_WIDGET (shell_taskbar), 0, -1); } static void |