From 229ff51f5d25ae9cce334d5ea3e96d5eb34f4dfa Mon Sep 17 00:00:00 2001 From: "La Ode Muh. Fadlun Akbar" Date: Fri, 10 Mar 2017 20:26:54 +0700 Subject: mate-aboutdialog: Fix url is not centered --- libmate-desktop/mate-aboutdialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmate-desktop/mate-aboutdialog.c b/libmate-desktop/mate-aboutdialog.c index 0e9a39b..6ba325f 100644 --- a/libmate-desktop/mate-aboutdialog.c +++ b/libmate-desktop/mate-aboutdialog.c @@ -523,7 +523,7 @@ mate_about_dialog_init (MateAboutDialog *about) priv->website_label = button = gtk_label_new (""); gtk_widget_set_no_show_all (button, TRUE); gtk_label_set_selectable (GTK_LABEL (button), TRUE); - gtk_box_pack_start (GTK_BOX (hbox), button, FALSE, FALSE, 0); + gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, FALSE, 0); g_signal_connect_swapped (button, "activate-link", G_CALLBACK (mate_about_dialog_activate_link), about); -- cgit v1.2.1