[gtk+] Make GtkPaned use gtk_container_class_handle_border_width
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Make GtkPaned use gtk_container_class_handle_border_width
- Date: Fri, 8 Oct 2010 18:02:51 +0000 (UTC)
commit 9b9ccb56b157e7516a1140ea6958ba530ad67988
Author: Matthias Clasen <mclasen redhat com>
Date: Fri Oct 8 11:11:33 2010 -0400
Make GtkPaned use gtk_container_class_handle_border_width
gtk/gtkpaned.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c
index ad84fad..54837c4 100644
--- a/gtk/gtkpaned.c
+++ b/gtk/gtkpaned.c
@@ -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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]