From c76cddf4fd8110248d4a388d29e3e4c58cecc0e4 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 25 Jan 2016 12:23:04 +0300 Subject: [GTK+3] fix vertical expand of widgets on side pane --- mate-dictionary/libgdict/gdict-strategy-chooser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mate-dictionary/libgdict/gdict-strategy-chooser.c') diff --git a/mate-dictionary/libgdict/gdict-strategy-chooser.c b/mate-dictionary/libgdict/gdict-strategy-chooser.c index e3190bc7..7f37598c 100644 --- a/mate-dictionary/libgdict/gdict-strategy-chooser.c +++ b/mate-dictionary/libgdict/gdict-strategy-chooser.c @@ -329,7 +329,7 @@ gdict_strategy_chooser_constructor (GType type, sw = gtk_scrolled_window_new (NULL, NULL); #if GTK_CHECK_VERSION (3, 0, 0) - gtk_widget_set_hexpand (sw, TRUE); + gtk_widget_set_vexpand (sw, TRUE); #endif gtk_widget_set_composite_name (sw, "gdict-strategy-chooser-scrolled-window"); gtk_scrolled_window_set_policy (GTK_SCROLLED_WINDOW (sw), -- cgit v1.2.1