Make GtkPaned use gtk_container_class_handle_border_width

This commit is contained in:
Matthias Clasen 2010-10-08 11:11:33 -04:00
parent f7418b1652
commit 9b9ccb56b1

View File

@ -891,7 +891,7 @@ gtk_paned_size_allocate (GtkWidget *widget,
if (priv->orientation == GTK_ORIENTATION_HORIZONTAL)
{
gtk_paned_calc_position (paned,
MAX (1, widget_allocation.width- handle_size),
MAX (1, widget_allocation.width - handle_size),
child1_requisition.width,
child2_requisition.width);