gtkframe: format fix

This commit is contained in:
Carlos Soriano 2015-12-26 20:52:53 +01:00
parent 79b6d48983
commit 5404e124b6

View File

@ -892,8 +892,6 @@ gtk_frame_real_compute_child_allocation (GtkFrame *frame,
child_allocation->y = allocation.y + border_width + height;
child_allocation->width = MAX (1, allocation.width - 2 * border_width);
child_allocation->height = MAX (1, allocation.height - 2 * border_width - height);
}
static void