summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraveit65 <[email protected]>2017-07-01 12:48:08 +0200
committerraveit65 <[email protected]>2017-07-02 10:25:24 +0200
commit03bf5cecd39646e0e7c19af097d5fc64b05c40d5 (patch)
tree48d9230047127f620177d7764ed876ff339979d9
parent0d3884f96b01324cb0a3b7be426d20e07642f01b (diff)
downloadmate-panel-03bf5cecd39646e0e7c19af097d5fc64b05c40d5.tar.bz2
mate-panel-03bf5cecd39646e0e7c19af097d5fc64b05c40d5.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;