Skip to content

Commit

Permalink
gtkframe: format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
csoriano1618 committed Dec 26, 2015
1 parent 79b6d48 commit 5404e12
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gtk/gtkframe.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5404e12

Please sign in to comment.