Merge branch 'header-custom-title-valign' into 'master'

headerbar: Don't change the custom title's valign

See merge request GNOME/gtk!981
This commit is contained in:
Timm Bäder
2019-07-04 12:45:13 +00:00

View File

@@ -1356,7 +1356,6 @@ gtk_header_bar_set_custom_title (GtkHeaderBar *bar,
gtk_header_bar_reorder_css_node (bar, GTK_PACK_START, priv->custom_title);
gtk_widget_set_parent (priv->custom_title, GTK_WIDGET (bar));
gtk_widget_set_valign (priv->custom_title, GTK_ALIGN_CENTER);
if (priv->label_box != NULL)
{