mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
303 B

--- ./gkrellmms.c.orig 2004-09-07 13:42:50.228933752 +0200
+++ ./gkrellmms.c 2004-09-07 13:45:13.870096976 +0200
@@ -672,7 +672,7 @@
y = y * gkrellm_get_theme_scale();
#endif
if (text)
- y -= decal->y_baseline;
+ y -= decal->y_ink;
gkrellm_move_decal(control_panel, decal, x, y);
}
}