summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--applets/clock/calendar-window.c2
1 files changed, 1 insertions, 1 deletions
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;