]> www.fi.muni.cz Git - evince.git/commitdiff
Fix tooltip border and size handling
authorMarco Pesenti Gritti <mpg@redhat.com>
Mon, 5 Sep 2005 09:08:25 +0000 (09:08 +0000)
committerMarco Pesenti Gritti <marco@src.gnome.org>
Mon, 5 Sep 2005 09:08:25 +0000 (09:08 +0000)
2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>

        * lib/ev-tooltip.c: (ev_tooltip_init):

        Fix tooltip border and size handling

ChangeLog
lib/ev-tooltip.c

index bf854ab29de550e4e559c1985c191606bd8afaf9..94f643ecf1a152682a6250cdd35cec3decb2c215 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
+
+       * lib/ev-tooltip.c: (ev_tooltip_init):
+
+       Fix tooltip border and size handling
+
 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
 
        * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
index 5e32c5807a29f72b2c123ab305d5f371d6216dac..4aeb3654661529e414303f00bd2b57f4c0d06006 100644 (file)
@@ -3,7 +3,7 @@
  *  Copyright (C) 2004 Red Hat, Inc.
  *
  *  Author:
- *    Jonathan Blandford <jrb@alum.mit.edu>
+ *    Marco Pesenti Gritti <marco@gnome.org>
  *
  * Evince is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by
@@ -87,6 +87,8 @@ ev_tooltip_init (EvTooltip *tooltip)
 
        tooltip->priv = EV_TOOLTIP_GET_PRIVATE (tooltip);
 
+       gtk_widget_set_app_paintable (GTK_WIDGET (tooltip), TRUE);
+       gtk_window_set_resizable (GTK_WINDOW (tooltip), FALSE);
        gtk_widget_set_name (window, "gtk-tooltips");
 
        label = gtk_label_new (NULL);