[gtk+] Fix a case a height/width confusion
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] Fix a case a height/width confusion
- Date: Sat, 19 Dec 2015 16:24:56 +0000 (UTC)
commit 7d801a4f6987fda1138fef37c2b72c5c77945d0c
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Dec 19 11:11:34 2015 -0500
Fix a case a height/width confusion
gtk/gtkexpander.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkexpander.c b/gtk/gtkexpander.c
index 4b02ee8..fdeb634 100644
--- a/gtk/gtkexpander.c
+++ b/gtk/gtkexpander.c
@@ -1505,7 +1505,7 @@ gtk_expander_measure_title (GtkCssGadget *gadget,
label_min = label_nat = 0;
*minimum = arrow_width + label_min;
- *natural = arrow_height + label_nat;
+ *natural = arrow_width + label_nat;
}
else
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]