[libgda] Fixed allocation height in the WidgetEmbedder widget
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Fixed allocation height in the WidgetEmbedder widget
- Date: Fri, 25 Jun 2010 19:21:53 +0000 (UTC)
commit b6f7e45fd43c551c40de73f54872aa7c2bd6c267
Author: Vivien Malerba <malerba gnome-db org>
Date: Fri Jun 25 20:36:17 2010 +0200
Fixed allocation height in the WidgetEmbedder widget
libgda-ui/data-entries/widget-embedder.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgda-ui/data-entries/widget-embedder.c b/libgda-ui/data-entries/widget-embedder.c
index df0fa59..0fb2778 100644
--- a/libgda-ui/data-entries/widget-embedder.c
+++ b/libgda-ui/data-entries/widget-embedder.c
@@ -337,7 +337,7 @@ widget_embedder_size_allocate (GtkWidget *widget,
gtk_widget_get_child_requisition (bin->child, &child_requisition);
child_allocation.x = 0;
child_allocation.y = 0;
- child_allocation.height = child_requisition.height;
+ child_allocation.height = h;
child_allocation.width = w;
if (gtk_widget_get_realized (widget))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]