From 58ad8ace649511b63c488868a8c4f466d659820d Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 1 Jul 2017 12:48:08 +0200 Subject: clock: change size_reguest fixes https://github.com/mate-desktop/mate-panel/issues/594 --- applets/clock/calendar-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applets') diff --git a/applets/clock/calendar-window.c b/applets/clock/calendar-window.c index 67389efb..ed53f060 100644 --- a/applets/clock/calendar-window.c +++ b/applets/clock/calendar-window.c @@ -123,7 +123,7 @@ calendar_window_create_calendar (CalendarWindow *calwin) struct tm tm1; calendar = gtk_calendar_new (); - gtk_widget_set_size_request(GTK_WIDGET(calendar), 260, 100); + gtk_widget_set_size_request(GTK_WIDGET(calendar), 330, 100); options = gtk_calendar_get_display_options (GTK_CALENDAR (calendar)); if (calwin->priv->show_weeks) options |= GTK_CALENDAR_SHOW_WEEK_NUMBERS; -- cgit v1.2.1