summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-01 12:48:08 +0200
committerraveit65 <[email protected]>2017-07-02 10:32:53 +0200
commit58ad8ace649511b63c488868a8c4f466d659820d (patch)
tree1c54713c7925aeaab3afb5b45d59bc2a45a010e5
parent212ab42f7e5d1d941140d0cd44ffab0d58c227bb (diff)
downloadmate-panel-58ad8ace649511b63c488868a8c4f466d659820d.tar.bz2
mate-panel-58ad8ace649511b63c488868a8c4f466d659820d.tar.xz
clock: change size_reguest
fixes https://github.com/mate-desktop/mate-panel/issues/594
-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;