summaryrefslogtreecommitdiff
path: root/src/gtkext/gtkviewpanel.c
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-18 19:53:40 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-18 19:53:40 (GMT)
commitfbf9c54b02af08ba8fe08d4f73e8c5f6c9b22c31 (patch)
tree04de034bc212971a17a1b95b00f3dc73694643b8 /src/gtkext/gtkviewpanel.c
parent0fdcf7a96b408ef4d072720d2d5e33313cedc879 (diff)
Extended the graph widget as much as needed and centered its content.
Diffstat (limited to 'src/gtkext/gtkviewpanel.c')
-rw-r--r--src/gtkext/gtkviewpanel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gtkext/gtkviewpanel.c b/src/gtkext/gtkviewpanel.c
index 8672bb9..a39ea24 100644
--- a/src/gtkext/gtkviewpanel.c
+++ b/src/gtkext/gtkviewpanel.c
@@ -328,10 +328,9 @@ static void gtk_view_panel_realize(GtkWidget *widget)
}
-
/******************************************************************************
* *
-* Paramètres : view = composant GTK à mettre à jour. *
+* Paramètres : widget = composant GTK à mettre à jour. *
* allocation = étendue accordée à la vue. *
* *
* Description : S'adapte à la surface concédée par le composant parent. *