rewritten the code that draws the icon in the statusbar label. The new

2008-04-14  Sven Neumann  <sven@gimp.org>

	* app/display/gimpstatusbar.[ch]: rewritten the code that draws
	the icon in the statusbar label. The new code gives nicer 
spacing.


svn path=/trunk/; revision=25481
This commit is contained in:
Sven Neumann
2008-04-14 10:10:02 +00:00
committed by Sven Neumann
parent fe5a7bc729
commit a95de7a59c
3 changed files with 111 additions and 104 deletions

View File

@ -46,10 +46,10 @@ struct _GimpStatusbar
GHashTable *context_ids;
guint seq_context_id;
GdkPixbuf *icon;
guint temp_context_id;
guint temp_timeout_id;
gint icon_width;
gchar *icon_spaces;
gchar cursor_format_str[CURSOR_FORMAT_LENGTH];
gchar length_format_str[CURSOR_FORMAT_LENGTH];