mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Oops. Minor fix
This commit is contained in:
parent
2f4b56176a
commit
864cc237d4
@ -1590,7 +1590,7 @@ gtk_tree_view_size_allocate (GtkWidget *widget,
|
||||
MAX (tree_view->priv->width, allocation->width),
|
||||
tree_view->priv->header_height);
|
||||
gdk_window_move_resize (tree_view->priv->bin_window,
|
||||
0, tree_view->priv->header_height,
|
||||
0, TREE_VIEW_HEADER_HEIGHT (tree_view),
|
||||
MAX (tree_view->priv->width, allocation->width),
|
||||
allocation->height - TREE_VIEW_HEADER_HEIGHT (tree_view));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user