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



Author: aurisj
Date: Fri Aug  8 19:54:26 2008
New Revision: 26453
URL: http://svn.gnome.org/viewvc/gimp?rev=26453&view=rev

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

	* app/widgets/gimpcombotagentry.c (gimp_combo_tag_entry_new):
	fixed with of combo box arrow area so that entry's cursor would
	not be covered by it.



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

Modified: branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c
==============================================================================
--- branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c	(original)
+++ branches/soc-2008-tagging/app/widgets/gimpcombotagentry.c	Fri Aug  8 19:54:26 2008
@@ -153,13 +153,13 @@
 
   if (gtk_widget_get_direction (GTK_WIDGET (combo_entry)) == GTK_TEXT_DIR_RTL)
     {
-      border.left   = 8 + 2 * 2 + 2;
+      border.left   = 18;
       border.right  = 2;
     }
   else
     {
       border.left   = 2;
-      border.right  = 8 + 2 * 2 + 2;
+      border.right  = 18;
     }
   border.top    = 2;
   border.bottom = 2;



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