From 212ab42f7e5d1d941140d0cd44ffab0d58c227bb Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 1 Jul 2017 10:24:16 +0200 Subject: clock: set a default width for calendarWindow fixes https://github.com/mate-desktop/mate-panel/issues/594 --- applets/clock/calendar-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'applets') diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index 3c3b0566..67389efb 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -481,6 +481,7 @@ calendar_window_init (CalendarWindow *calwin) gtk_window_set_type_hint (window, GDK_WINDOW_TYPE_HINT_DOCK); gtk_window_set_decorated (window, FALSE); gtk_window_set_resizable (window, FALSE); + gtk_window_set_default_size (window, 337, -1); gtk_window_stick (window); gtk_window_set_title (window, _("Calendar")); gtk_window_set_icon_name (window, CLOCK_ICON); -- cgit v1.2.1