gimp r26410 - in branches/soc-2008-tagging: . app/widgets



Author: aurisj
Date: Wed Aug  6 21:01:47 2008
New Revision: 26410
URL: http://svn.gnome.org/viewvc/gimp?rev=26410&view=rev

Log:
2008-08-06  Aurimas JuÅka  <aurisj svn gnome org>

	* app/widgets/gimptagpopup.c (gimp_tag_popup_new): removed left and
	right border which used to be displayed only when scrolling was on.



Modified:
   branches/soc-2008-tagging/ChangeLog
   branches/soc-2008-tagging/app/widgets/gimptagpopup.c

Modified: branches/soc-2008-tagging/app/widgets/gimptagpopup.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimptagpopup.c	(original)
+++ branches/soc-2008-tagging/app/widgets/gimptagpopup.c	Wed Aug  6 21:01:47 2008
@@ -298,7 +298,7 @@
       popup->upper_arrow_state = GTK_STATE_INSENSITIVE;
       gtk_alignment_set_padding (GTK_ALIGNMENT (alignment),
                                  popup->scroll_arrow_height + 2,
-                                 popup->scroll_arrow_height + 2, 2, 2);
+                                 popup->scroll_arrow_height + 2, 0, 0);
       popup_height              = popup_rect.height - popup->scroll_arrow_height * 2 + 4;
       popup->scroll_height = height - popup_rect.height;
       popup->scroll_y      = 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]