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

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