aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gpe-ownerinfo/gpe-ownerinfo/fixloop.patch
blob: 14dc308c8314739d08d4ec54dcb662398296cfaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Index: gpe-ownerinfo.c
===================================================================
RCS file: /cvs/gpe/base/gpe-ownerinfo/gpe-ownerinfo.c,v
retrieving revision 1.36
diff -u -r1.36 gpe-ownerinfo.c
--- gpe-ownerinfo.c	4 Jul 2004 12:10:12 -0000	1.36
+++ gpe-ownerinfo.c	20 Dec 2004 16:32:21 -0000
@@ -302,7 +302,7 @@
   height /= PANGO_SCALE;
 
   if (height < allocation->height)
-    height = allocation->height;
+    height = allocation->height + 20;
 
   lost_height = height - allocation->height;